Package | Description |
---|---|
org.openstreetmap.josm.gui.dialogs |
Provides three kinds of dialogs:
Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI
Changeset dialog based on a standalone implementation, dedicated to OSM changesets management
Extended dialogs for everything else
|
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 |
---|---|
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.
|