Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map 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 with
JMapViewer classes. |
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 rules
|
org.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.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 else
|
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.layer.geoimage |
Provides classes for handling layers displaying geottaged 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.styleelement |
Style elements defining how a map paint style is rendered.
|
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.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.tools.date |
Provides classes for handling dates.
|
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
IntegerProperty
A property containing an
Integer value. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
AbstractToStringProperty
This class represents a property that can be represented as String.
|
CachingProperty
This is a special wrapper of
AbstractProperty . |
Class and Description |
---|
ColorInfo
Data class to hold information on a named color setting.
|
StringProperty
A property containing an
String value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
IntegerProperty
A property containing an
Integer value. |
Class and Description |
---|
IntegerProperty
A property containing an
Integer value. |
LongProperty
A property containing an
Long value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
CachingProperty
This is a special wrapper of
AbstractProperty . |
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
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.
|
AbstractToStringProperty
This class represents a property that can be represented as String.
|
CachingProperty
This is a special wrapper of
AbstractProperty . |
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 with
Enum value, where the preference
key is generated from a list of parameters. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
DoubleProperty
A property containing an
Double value. |
ListProperty
A property containing a
List of String as value. |
Class and Description |
---|
IntegerProperty
A property containing an
Integer value. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
BooleanProperty
A property containing a
Boolean value. |
DoubleProperty
A property containing an
Double value. |
IntegerProperty
A property containing an
Integer value. |
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
ParametrizedEnumProperty
Abstract base class for properties with
Enum value, where the preference
key is generated from a list of parameters. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
CachingProperty
This is a special wrapper of
AbstractProperty . |
EnumProperty
A property containing an
Enum value. |
IntegerProperty
A property containing an
Integer value. |
ListProperty
A property containing a
List of String as value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
BooleanProperty
A property containing a
Boolean value. |
IntegerProperty
A property containing an
Integer value. |
ListProperty
A property containing a
List of String as value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
AbstractProperty.ValueChangeListener
A listener that listens to changes in the properties value.
|
BooleanProperty
A property containing a
Boolean value. |
IntegerProperty
A property containing an
Integer value. |
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
DoubleProperty
A property containing an
Double value. |
Class and Description |
---|
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
AbstractProperty
Captures the common functionality of preference properties
|
CachedProperty
This is an old-style cached preference value.
|
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
IntegerProperty
A property containing an
Integer value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
ColorInfo
Data class to hold information on a named color setting.
|
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
ListProperty
A property containing a
List of String as value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
ListProperty
A property containing a
List of String as value. |
Class and Description |
---|
NamedColorProperty
A property containing a
Color value with additional information associated to it. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
IntegerProperty
A property containing an
Integer value. |
ListProperty
A property containing a
List of String as value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |
StringProperty
A property containing an
String value. |
Class and Description |
---|
BooleanProperty
A property containing a
Boolean value. |