Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
org.openstreetmap.josm.gui.dialogs.validator |
Toggle dialog allowing to launch data validation and display validation results (errors and warnings).
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
private ListenerList<Preferences.PreferenceChangedListener> |
Preferences.listeners |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,ListenerList<Preferences.PreferenceChangedListener>> |
Preferences.keyListeners |
Modifier and Type | Method and Description |
---|---|
private ListenerList<Preferences.PreferenceChangedListener> |
Preferences.listenersForKey(java.lang.String key) |
Modifier and Type | Field and Description |
---|---|
private ListenerList<java.lang.Runnable> |
ValidatorTreePanel.invalidationListeners |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerList.TracingListenerList<T>
This is a special
ListenerList that traces calls to the add/remove methods. |
Modifier and Type | Method and Description |
---|---|
static <T> ListenerList<T> |
ListenerList.create()
Create a new listener list
|