Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Provides the classes for JOSM data validation tests.
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
org.openstreetmap.josm.gui.preferences.projection |
Provides classes for handling projection preferences.
|
org.openstreetmap.josm.gui.preferences.server |
Provides classes for handling connection preferences, including server authentication and proxy settings.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Field and Description |
---|---|
protected static ListProperty |
OverlappingWays.IGNORED_KEYS |
Modifier and Type | Field and Description |
---|---|
static ListProperty |
TagEditHelper.PROPERTY_RECENT_TAGS
The preference storage of recent tags
|
Modifier and Type | Method and Description |
---|---|
void |
RecentTagCollection.loadFromPreference(ListProperty property) |
void |
RecentTagCollection.saveToPreference(ListProperty property) |
Modifier and Type | Field and Description |
---|---|
private static ListProperty |
OverpassQueryWizardDialog.OVERPASS_WIZARD_HISTORY |
Modifier and Type | Field and Description |
---|---|
private static ListProperty |
ProjectionPreference.PROP_SUB_PROJECTION_DEFAULT |
Modifier and Type | Field and Description |
---|---|
private ListProperty |
OsmApiUrlInputPanel.SERVER_URL_HISTORY |
Modifier and Type | Field and Description |
---|---|
static ListProperty |
OverpassDownloadReader.OVERPASS_SERVER_HISTORY
Property for list of known Overpass servers.
|