Uses of Class
adams.gui.event.UndoEvent.UndoType
-
Packages that use UndoEvent.UndoType Package Description adams.gui.event -
-
Uses of UndoEvent.UndoType in adams.gui.event
Fields in adams.gui.event declared as UndoEvent.UndoType Modifier and Type Field Description protected UndoEvent.UndoType
UndoEvent. m_Type
the type of event.Methods in adams.gui.event that return UndoEvent.UndoType Modifier and Type Method Description UndoEvent.UndoType
UndoEvent. getType()
Returns the type of event.static UndoEvent.UndoType
UndoEvent.UndoType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UndoEvent.UndoType[]
UndoEvent.UndoType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.gui.event with parameters of type UndoEvent.UndoType Constructor Description UndoEvent(Object source, Undo.UndoPoint undoPoint, UndoEvent.UndoType type, boolean success)
Initializes the event.
-