Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
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 |
---|---|
UndoRedoHandler |
Main.undoRedo
The commands undo/redo handler.
|
Modifier and Type | Method and Description |
---|---|
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
The commands undo/redo handler.
|