Package | Description |
---|---|
org.openstreetmap.josm | |
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.data | |
org.openstreetmap.josm.gui.dialogs |
Modifier and Type | Field and Description |
---|---|
private OsmDataLayer.CommandQueueListener |
Main.redoUndoListener |
Modifier and Type | Class and Description |
---|---|
class |
RedoAction
Redoes the last command.
|
class |
UndoAction
Undoes the last command.
|
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<OsmDataLayer.CommandQueueListener> |
UndoRedoHandler.listenerCommands |
Modifier and Type | Method and Description |
---|---|
boolean |
UndoRedoHandler.addCommandQueueListener(OsmDataLayer.CommandQueueListener l)
Adds a command queue listener.
|
void |
UndoRedoHandler.removeCommandQueueListener(OsmDataLayer.CommandQueueListener l)
Removes a command queue listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).
|