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 withJMapViewer
classes.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 StringProperty
SystemOfMeasurement. PROP_SYSTEM_OF_MEASUREMENT
Preferences 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 StringProperty
CachedTileLoaderFactory. PROP_TILECACHE_DIR
Keeps the cache directory whereMethods in org.openstreetmap.josm.data.imagery that return StringProperty Modifier and Type Method Description private static StringProperty
CachedTileLoaderFactory. 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 StringProperty
AutoFilterManager. PROP_AUTO_FILTER_RULE
Property 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 StringProperty
JosmMapViewer.DefaultOsmTileSourceProvider. DEFAULT_OSM_TILE_URL
private static StringProperty
SlippyMapBBoxChooser. 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 StringProperty
TagEditHelper. PROPERTY_TAGS_TO_IGNORE
The preference list of tags which should not be remembered, since r9940private static StringProperty
TaginfoAction. TAG_HISTORY_URL_PROP
private static StringProperty
TaginfoAction. 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 StringProperty
OverpassDownloadSource.OverpassDownloadSourcePanel. DOWNLOAD_QUERY
private static StringProperty
DownloadDialog. 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 StringProperty
OsmDataLayer. PROPERTY_SAVE_EXTENSION
The 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 StringProperty
LafPreference. LAF
Look-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 StringProperty
ProjectionPreference. PROP_COORDINATES
private static StringProperty
ProjectionPreference. 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 StringProperty
NameFinder. NOMINATIM_URL_PROP
Nominatim URL property.static StringProperty
OverpassDownloadReader. OVERPASS_SERVER
Property for current Overpass server.
-