Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs |
Modifier and Type | Class and Description |
---|---|
class |
CommandStackDialog.SelectAction
Action that selects the objects that take part in a command.
|
class |
CommandStackDialog.SelectAndZoomAction
Action that selects the objects that take part in a command, then zoom to them.
|
protected class |
CommandStackDialog.UndoRedoAction
Action to undo or redo all commands up to (and including) the seleced item.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<CommandStackDialog.IEnabledStateUpdating> |
CommandStackDialog.showNotifyListener
Simple listener setup to update the button enabled state when the side dialog shows.
|
Modifier and Type | Method and Description |
---|---|
private void |
CommandStackDialog.addShowNotifyListener(CommandStackDialog.IEnabledStateUpdating listener) |
protected void |
CommandStackDialog.wireUpdateEnabledStateUpdater(CommandStackDialog.IEnabledStateUpdating updater,
javax.swing.JTree tree)
Wires updater for enabled state to the events.
|