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 ListPropertyOverlappingWays. 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 ListPropertyTagEditHelper. PROPERTY_RECENT_TAGSThe preference storage of recent tagsMethods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type ListProperty Modifier and Type Method Description voidRecentTagCollection. loadFromPreference(ListProperty property)voidRecentTagCollection. 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 ListPropertyOverpassQueryWizardDialog. 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 ListPropertyProjectionPreference. 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 ListPropertyOsmApiUrlInputPanel. 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 ListPropertyTaggingPresets. ICON_SOURCESCustom 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 ListPropertyOrientationAction. LOCALIZED_KEYSKeys whose values are localized Regex fractions are allowed.static ListPropertyOrientationAction. RTL_LANGUAGESLanguage codes of languages that are right-to-leftMethods in org.openstreetmap.josm.gui.widgets with parameters of type ListProperty Modifier and Type Method Description voidJosmComboBoxModel.Preferences. load(ListProperty prop)Loads the model from the JOSM preferences.voidJosmComboBoxModel.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 ListPropertyOverpassDownloadReader. OVERPASS_SERVER_HISTORYProperty 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 ListPropertyTag2Link. PREF_SOURCE
-