Uses of Class
editor.undo.UndoChangeEvent.ChangeType
-
Packages that use UndoChangeEvent.ChangeType Package Description editor.undo -
-
Uses of UndoChangeEvent.ChangeType in editor.undo
Methods in editor.undo that return UndoChangeEvent.ChangeType Modifier and Type Method Description UndoChangeEvent.ChangeType
UndoChangeEvent. getType()
static UndoChangeEvent.ChangeType
UndoChangeEvent.ChangeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UndoChangeEvent.ChangeType[]
UndoChangeEvent.ChangeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in editor.undo with parameters of type UndoChangeEvent.ChangeType Constructor Description UndoChangeEvent(AtomicUndoManager atomicUndoManager, UndoChangeEvent.ChangeType type, UndoableEdit edit)
-