Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.gui.dialogs.validator |
Toggle dialog allowing to launch data validation and display validation results (errors and warnings).
|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
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.util |
Provides GUI utility classes.
|
org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.io.audio |
Provides the classes for Audio mapping features.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private static ListenerList<ExpertToggleAction.ExpertModeChangeListener> |
ExpertToggleAction.listeners |
private static ListenerList<java.awt.Component> |
ExpertToggleAction.visibilityToggleListeners |
Modifier and Type | Field and Description |
---|---|
private ListenerList<PreferenceChangedListener> |
Preferences.listeners |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,ListenerList<PreferenceChangedListener>> |
Preferences.keyListeners |
Modifier and Type | Method and Description |
---|---|
private ListenerList<PreferenceChangedListener> |
Preferences.listenersForKey(java.lang.String key) |
Modifier and Type | Field and Description |
---|---|
private ListenerList<GpxData.GpxDataChangeListener> |
GpxData.listeners |
Modifier and Type | Field and Description |
---|---|
private ListenerList<HighlightUpdateListener> |
DataSet.highlightUpdateListeners |
private ListenerList<NoteData.NoteDataUpdateListener> |
NoteData.listeners |
private ListenerList<DataSelectionListener> |
DataSet.selectionListeners
A list of listeners that listen to selection changes on this layer.
|
Modifier and Type | Field and Description |
---|---|
private ListenerList<java.lang.Runnable> |
ValidatorTreePanel.invalidationListeners |
Modifier and Type | Field and Description |
---|---|
protected static ListenerList<DownloadSourceListener> |
DownloadDialog.downloadSourcesListeners |
Modifier and Type | Field and Description |
---|---|
private static ListenerList<MapPaintStyles.MapPaintSylesUpdateListener> |
MapPaintStyles.listeners |
Modifier and Type | Field and Description |
---|---|
private ListenerList<ModifierExListener> |
AdvancedKeyPressDetector.modifierExListeners |
Modifier and Type | Field and Description |
---|---|
private static ListenerList<OsmApi.OsmApiInitializationListener> |
OsmApi.listeners |
Modifier and Type | Field and Description |
---|---|
private ListenerList<AudioListener> |
JavaSoundPlayer.listeners |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerList.TracingListenerList<T>
This is a special
ListenerList that traces calls to the add/remove methods. |
private static class |
ListenerList.UncheckedListenerList<T> |
Modifier and Type | Method and Description |
---|---|
static <T> ListenerList<T> |
ListenerList.create()
Create a new listener list
|
static <T> ListenerList<T> |
ListenerList.createUnchecked()
Creates a new listener list that does not fail if listeners are added or removed twice.
|