| Package | Description |
|---|---|
| org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) static UndoRedoHandler |
UndoRedoHandler.InstanceHolder.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static UndoRedoHandler |
UndoRedoHandler.getInstance()
Returns the unique instance.
|
UndoRedoHandler |
UndoRedoHandler.CommandQueueEvent.getSource() |
| Constructor and Description |
|---|
CommandAddedEvent(UndoRedoHandler source,
Command cmd) |
CommandQueueCleanedEvent(UndoRedoHandler source,
DataSet ds) |
CommandQueueEvent(UndoRedoHandler source) |
CommandRedoneEvent(UndoRedoHandler source,
Command cmd) |
CommandUndoneEvent(UndoRedoHandler source,
Command cmd) |
| Modifier and Type | Field and Description |
|---|---|
static UndoRedoHandler |
MainApplication.undoRedo
Deprecated.
Use
getInstance() |