Uses of Class
org.openstreetmap.josm.data.preferences.StringProperty
-
Packages that use StringProperty Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewerclasses.org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.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.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences.org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of StringProperty in org.openstreetmap.josm.data
Fields in org.openstreetmap.josm.data declared as StringProperty Modifier and Type Field Description static StringPropertySystemOfMeasurement. PROP_SYSTEM_OF_MEASUREMENTPreferences entry for system of measurement. -
Uses of StringProperty in org.openstreetmap.josm.data.imagery
Fields in org.openstreetmap.josm.data.imagery declared as StringProperty Modifier and Type Field Description static StringPropertyCachedTileLoaderFactory. PROP_TILECACHE_DIRKeeps the cache directory whereMethods in org.openstreetmap.josm.data.imagery that return StringProperty Modifier and Type Method Description private static StringPropertyCachedTileLoaderFactory. getTileCacheDir() -
Uses of StringProperty in org.openstreetmap.josm.gui.autofilter
Fields in org.openstreetmap.josm.gui.autofilter declared as StringProperty Modifier and Type Field Description static StringPropertyAutoFilterManager. PROP_AUTO_FILTER_RULEProperty to determine the current auto filter rule. -
Uses of StringProperty in org.openstreetmap.josm.gui.bbox
Fields in org.openstreetmap.josm.gui.bbox declared as StringProperty Modifier and Type Field Description protected static StringPropertyJosmMapViewer.DefaultOsmTileSourceProvider. DEFAULT_OSM_TILE_URLprivate static StringPropertySlippyMapBBoxChooser. PROP_MAPSTYLE -
Uses of StringProperty in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as StringProperty Modifier and Type Field Description static StringPropertyTagEditHelper. PROPERTY_TAGS_TO_IGNOREThe preference list of tags which should not be remembered, since r9940private static StringPropertyTaginfoAction. TAG_HISTORY_URL_PROPprivate static StringPropertyTaginfoAction. TAGINFO_URL_PROP -
Uses of StringProperty in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as StringProperty Modifier and Type Field Description private static StringPropertyOverpassDownloadSource.OverpassDownloadSourcePanel. DOWNLOAD_QUERYprivate static StringPropertyDownloadDialog. DOWNLOAD_SOURCE_TAB -
Uses of StringProperty in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as StringProperty Modifier and Type Field Description static StringPropertyOsmDataLayer. PROPERTY_SAVE_EXTENSIONThe extension that should be used when saving the OSM file. -
Uses of StringProperty in org.openstreetmap.josm.gui.preferences.display
Fields in org.openstreetmap.josm.gui.preferences.display declared as StringProperty Modifier and Type Field Description static StringPropertyLafPreference. LAFLook-and-feel property. -
Uses of StringProperty in org.openstreetmap.josm.gui.preferences.projection
Fields in org.openstreetmap.josm.gui.preferences.projection declared as StringProperty Modifier and Type Field Description private static StringPropertyProjectionPreference. PROP_COORDINATESprivate static StringPropertyProjectionPreference. PROP_PROJECTION_DEFAULT -
Uses of StringProperty in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as StringProperty Modifier and Type Field Description static StringPropertyNameFinder. NOMINATIM_URL_PROPNominatim URL property.static StringPropertyOverpassDownloadReader. OVERPASS_SERVERProperty for current Overpass server.
-