Uses of Package
org.openstreetmap.josm.data.preferences
-
Packages that use org.openstreetmap.josm.data.preferences Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.cache Provides the classes for JOSM cache of imagery tiles, backed up by JCS.org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.preferences Provides the classes for storing JOSM user preferences.org.openstreetmap.josm.data.preferences.sources Provide classes to manage source of JOSM extensions that can be chosen in user preferences: map paint styles tagging presets validator rulesorg.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.data.validation.util Provides utilities classes for JOSM data validation.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.animation Provides classes adding graphical animation, adapted from Icedtea-Web.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.conflict Provides the classes for displaying conflicts between OSM primitives.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.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.help Help system based on an embedded web browser fetching contents from JOSM wiki.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.org.openstreetmap.josm.gui.mappaint.styleelement Style elements defining how a map paint style is rendered.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.display Provides classes for handling display preferences.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.gui.preferences.map Provides classes for handling map preferences.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.preferences.shortcut Provides classes for handling shortcut preferences.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets.org.openstreetmap.josm.gui.tagging.presets.items Provides classes for handling tagging presets items.org.openstreetmap.josm.gui.util Provides GUI utility classes.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.io.remotecontrol Provides the classes for remote control system.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser).org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages.org.openstreetmap.josm.tools.date Provides classes for handling dates. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.actions Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.actions.downloadtasks Class Description IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.actions.mapmode Class Description AbstractProperty Captures the common functionality of preference propertiesAbstractToStringProperty This class represents a property that can be represented as String.CachingProperty This is a special wrapper ofAbstractProperty
. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data Class Description ColorInfo Data class to hold information on a named color setting.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.cache Class Description BooleanProperty A property containing aBoolean
value.IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.imagery Class Description IntegerProperty A property containing anInteger
value.LongProperty A property containing anLong
value.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.imagery.vectortile.mapbox Class Description IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.osm.visitor.paint Class Description AbstractProperty Captures the common functionality of preference propertiesCachingProperty This is a special wrapper ofAbstractProperty
.NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.preferences Class Description AbstractProperty Captures the common functionality of preference propertiesAbstractProperty.ValueChangeEvent An event that is triggered if the value of a property changes.AbstractProperty.ValueChangeListener A listener that listens to changes in the properties value.AbstractToStringProperty This class represents a property that can be represented as String.CachingProperty This is a special wrapper ofAbstractProperty
.ColorInfo Data class to hold information on a named color setting.FallbackProperty Property that wraps another property along with a fallback property that is used as default value.JosmBaseDirectories Class provides base directory locations for JOSM.JosmUrls Class that provides URLs values for JOSM.ParametrizedEnumProperty Abstract base class for properties withEnum
value, where the preference key is generated from a list of parameters. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.preferences.sources Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.validation.tests Class Description BooleanProperty A property containing aBoolean
value.CachingProperty This is a special wrapper ofAbstractProperty
.DoubleProperty A property containing anDouble
value.ListProperty A property containing aList
ofString
as value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.data.validation.util Class Description IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui Class Description AbstractProperty Captures the common functionality of preference propertiesAbstractProperty.ValueChangeListener A listener that listens to changes in the properties value.BooleanProperty A property containing aBoolean
value.DoubleProperty A property containing anDouble
value.IntegerProperty A property containing anInteger
value.NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.animation Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.autofilter Class Description BooleanProperty A property containing aBoolean
value.NamedColorProperty A property containing aColor
value with additional information associated to it.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.bbox Class Description BooleanProperty A property containing aBoolean
value.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.conflict Class Description NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.dialogs Class Description AbstractProperty.ValueChangeEvent An event that is triggered if the value of a property changes.AbstractProperty.ValueChangeListener A listener that listens to changes in the properties value.BooleanProperty A property containing aBoolean
value.NamedColorProperty A property containing aColor
value with additional information associated to it.ParametrizedEnumProperty Abstract base class for properties withEnum
value, where the preference key is generated from a list of parameters. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.dialogs.properties Class Description BooleanProperty A property containing aBoolean
value.CachingProperty This is a special wrapper ofAbstractProperty
.EnumProperty A property containing anEnum
value.IntegerProperty A property containing anInteger
value.ListProperty A property containing aList
ofString
as value.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.download Class Description AbstractProperty Captures the common functionality of preference propertiesBooleanProperty A property containing aBoolean
value.IntegerProperty A property containing anInteger
value.ListProperty A property containing aList
ofString
as value.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.help Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.layer Class Description BooleanProperty A property containing aBoolean
value.IntegerProperty A property containing anInteger
value.NamedColorProperty A property containing aColor
value with additional information associated to it.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.layer.geoimage Class Description BooleanProperty A property containing aBoolean
value.DoubleProperty A property containing anDouble
value.IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.layer.gpx Class Description NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.layer.imagery Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.layer.markerlayer Class Description NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.mappaint Class Description AbstractToStringProperty This class represents a property that can be represented as String. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.mappaint.styleelement Class Description IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences Class Description NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences.display Class Description BooleanProperty A property containing aBoolean
value.ColorInfo Data class to hold information on a named color setting.NamedColorProperty A property containing aColor
value with additional information associated to it.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences.imagery Class Description NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences.map Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences.projection Class Description ListProperty A property containing aList
ofString
as value.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences.server Class Description ListProperty A property containing aList
ofString
as value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.preferences.shortcut Class Description NamedColorProperty A property containing aColor
value with additional information associated to it. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.tagging.presets Class Description BooleanProperty A property containing aBoolean
value.IntegerProperty A property containing anInteger
value.ListProperty A property containing aList
ofString
as value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.tagging.presets.items Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.util Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.gui.widgets Class Description BooleanProperty A property containing aBoolean
value.ListProperty A property containing aList
ofString
as value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.io Class Description BooleanProperty A property containing aBoolean
value.IntegerProperty A property containing anInteger
value.ListProperty A property containing aList
ofString
as value.StringProperty A property containing anString
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.io.remotecontrol Class Description BooleanProperty A property containing aBoolean
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.io.remotecontrol.handler Class Description BooleanProperty A property containing aBoolean
value.IntegerProperty A property containing anInteger
value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.tools Class Description CachingProperty This is a special wrapper ofAbstractProperty
.ListProperty A property containing aList
ofString
as value. -
Classes in org.openstreetmap.josm.data.preferences used by org.openstreetmap.josm.tools.date Class Description BooleanProperty A property containing aBoolean
value.