Uses of Class
org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoType
-
Packages that use CommandStackDialog.UndoRedoType 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 -
-
Uses of CommandStackDialog.UndoRedoType in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as CommandStackDialog.UndoRedoType Modifier and Type Field Description private CommandStackDialog.UndoRedoType
CommandStackDialog. lastOperation
private CommandStackDialog.UndoRedoType
CommandStackDialog.UndoRedoAction. type
Methods in org.openstreetmap.josm.gui.dialogs that return CommandStackDialog.UndoRedoType Modifier and Type Method Description static CommandStackDialog.UndoRedoType
CommandStackDialog.UndoRedoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandStackDialog.UndoRedoType[]
CommandStackDialog.UndoRedoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type CommandStackDialog.UndoRedoType Constructor Description UndoRedoAction(CommandStackDialog.UndoRedoType type)
constructor
-