| Package | Description |
|---|---|
| org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives:
Node,
Way,
Relation
Users
Tags
Changesets
Utilities classes
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DataSelectionListener.SelectionAddEvent
Primitives are added to the selection
|
static class |
DataSelectionListener.SelectionRemoveEvent
Primitives are removed from the selection
|
static class |
DataSelectionListener.SelectionReplaceEvent
The selection is replaced by a new selection
|
static class |
DataSelectionListener.SelectionToggleEvent
Toggle the selected state of a primitive
|