| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| org.openstreetmap.josm.command |
Provides the classes for JOSM commands allowing to modify an OSM data set.
|
| Modifier and Type | Field and Description |
|---|---|
static DeleteCommand.DeletionCallback |
DeleteAction.defaultDeletionCallback
The default
DeleteCommand.DeletionCallback for DeleteCommand. |
| Modifier and Type | Field and Description |
|---|---|
private static DeleteCommand.DeletionCallback |
DeleteCommand.callback |
| Modifier and Type | Method and Description |
|---|---|
static void |
DeleteCommand.setDeletionCallback(DeleteCommand.DeletionCallback deletionCallback)
Sets the global
DeleteCommand.DeletionCallback. |