Uses of Class
org.openstreetmap.josm.data.preferences.ListProperty
-
Packages that use ListProperty 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.gui.tagging.presets Provides classes for handling tagging presets.org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ListProperty in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests declared as ListProperty Modifier and Type Field Description protected static ListProperty
OverlappingWays. IGNORED_KEYS
-
Uses of ListProperty in org.openstreetmap.josm.gui.dialogs.properties
Fields in org.openstreetmap.josm.gui.dialogs.properties declared as ListProperty Modifier and Type Field Description static ListProperty
TagEditHelper. PROPERTY_RECENT_TAGS
The preference storage of recent tagsMethods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type ListProperty Modifier and Type Method Description void
RecentTagCollection. loadFromPreference(ListProperty property)
void
RecentTagCollection. saveToPreference(ListProperty property)
-
Uses of ListProperty in org.openstreetmap.josm.gui.download
Fields in org.openstreetmap.josm.gui.download declared as ListProperty Modifier and Type Field Description private static ListProperty
OverpassQueryWizardDialog. OVERPASS_WIZARD_HISTORY
-
Uses of ListProperty in org.openstreetmap.josm.gui.preferences.projection
Fields in org.openstreetmap.josm.gui.preferences.projection declared as ListProperty Modifier and Type Field Description private static ListProperty
ProjectionPreference. PROP_SUB_PROJECTION_DEFAULT
-
Uses of ListProperty in org.openstreetmap.josm.gui.preferences.server
Fields in org.openstreetmap.josm.gui.preferences.server declared as ListProperty Modifier and Type Field Description private ListProperty
OsmApiUrlInputPanel. SERVER_URL_HISTORY
-
Uses of ListProperty in org.openstreetmap.josm.gui.tagging.presets
Fields in org.openstreetmap.josm.gui.tagging.presets declared as ListProperty Modifier and Type Field Description static ListProperty
TaggingPresets. ICON_SOURCES
Custom icon sources -
Uses of ListProperty in org.openstreetmap.josm.gui.widgets
Fields in org.openstreetmap.josm.gui.widgets declared as ListProperty Modifier and Type Field Description static ListProperty
OrientationAction. LOCALIZED_KEYS
Keys whose values are localized Regex fractions are allowed.static ListProperty
OrientationAction. RTL_LANGUAGES
Language codes of languages that are right-to-leftMethods in org.openstreetmap.josm.gui.widgets with parameters of type ListProperty Modifier and Type Method Description void
JosmComboBoxModel.Preferences. load(ListProperty prop)
Loads the model from the JOSM preferences.void
JosmComboBoxModel.Preferences. save(ListProperty prop)
Saves the model to the JOSM preferences. -
Uses of ListProperty in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as ListProperty Modifier and Type Field Description static ListProperty
OverpassDownloadReader. OVERPASS_SERVER_HISTORY
Property for list of known Overpass servers. -
Uses of ListProperty in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as ListProperty Modifier and Type Field Description (package private) static ListProperty
Tag2Link. PREF_SOURCE
-