Package | Description |
---|---|
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.event |
Provides the classes for OSM dataset events.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<SelectionChangedListener> |
DataSet.selListeners
Deprecated.
to be removed
|
Modifier and Type | Method and Description |
---|---|
static void |
DataSet.addSelectionListener(SelectionChangedListener listener)
Deprecated.
|
static void |
DataSet.removeSelectionListener(SelectionChangedListener listener)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private SelectionChangedListener |
SelectionEventManager.OldListenerInfo.listener
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionEventManager.addSelectionListener(SelectionChangedListener listener,
DatasetEventManager.FireMode fireMode)
|
void |
SelectionEventManager.removeSelectionListener(SelectionChangedListener listener)
|
Constructor and Description |
---|
OldListenerInfo(SelectionChangedListener listener)
Deprecated.
|