Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
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.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.visitor.paint |
Provides the classes for painting (rendering) OSM primitives on the map.
|
org.openstreetmap.josm.data.osm.visitor.paint.relations |
Provides the classes for painting and caching
Multipolygon relations. |
org.openstreetmap.josm.data.preferences |
Provides the classes for storing JOSM user preferences.
|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
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.io |
Provides GUI classes for handling input/output operations (download, upload, save).
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferenceToggleAction.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MapMode.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Class and Description |
---|---|
private static class |
Preferences.DefaultPreferenceChangeEvent |
Modifier and Type | Method and Description |
---|---|
void |
Preferences.PreferenceChangedListener.preferenceChanged(Preferences.PreferenceChangeEvent e)
Trigerred when a preference entry value changes.
|
Modifier and Type | Method and Description |
---|---|
void |
ChangesetCache.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MapPaintSettings.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
Multipolygon.MultipolygonRoleMatcher.preferenceChanged(Preferences.PreferenceChangeEvent evt) |
Modifier and Type | Field and Description |
---|---|
private Preferences.PreferenceChangeEvent |
AbstractProperty.ValueChangeEvent.base |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProperty.PreferenceChangedListenerAdapter.preferenceChanged(Preferences.PreferenceChangeEvent e) |
void |
CachedProperty.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Constructor and Description |
---|
ValueChangeEvent(Preferences.PreferenceChangeEvent base,
AbstractProperty<T> source) |
Modifier and Type | Method and Description |
---|---|
void |
JosmUserIdentityManager.preferenceChanged(Preferences.PreferenceChangeEvent evt) |
void |
MapView.preferenceChanged(Preferences.PreferenceChangeEvent e) |
void |
MapStatus.preferenceChanged(Preferences.PreferenceChangeEvent e) |
void |
MapMover.JMapViewerUpdater.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ToggleDialog.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
UploadDialog.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
Marker.TemplateEntryProperty.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ElemStyles.preferenceChanged(Preferences.PreferenceChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
LabelCompositionStrategy.DeriveLabelFromNameTagsCompositionStrategy.preferenceChanged(Preferences.PreferenceChangeEvent e) |