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.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 static ListenerList<ExpertToggleAction.ExpertModeChangeListener> |
ExpertToggleAction.listeners |
private static ListenerList<java.awt.Component> |
ExpertToggleAction.visibilityToggleListeners |
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. |
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 ore removed twice.
|