Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
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) |