Uses of Enum
editor.undo.UndoChangeEvent.ChangeType
Packages that use UndoChangeEvent.ChangeType
-
Uses of UndoChangeEvent.ChangeType in editor.undo
Fields in editor.undo declared as UndoChangeEvent.ChangeTypeMethods in editor.undo that return UndoChangeEvent.ChangeTypeModifier and TypeMethodDescriptionUndoChangeEvent.getType()static UndoChangeEvent.ChangeTypeReturns 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.Methods in editor.undo with parameters of type UndoChangeEvent.ChangeTypeModifier and TypeMethodDescriptionprivate voidAtomicUndoManager.fireChangeEvent(UndoChangeEvent.ChangeType type, UndoableEdit edit) Constructors in editor.undo with parameters of type UndoChangeEvent.ChangeTypeModifierConstructorDescriptionUndoChangeEvent(AtomicUndoManager atomicUndoManager, UndoChangeEvent.ChangeType type, UndoableEdit edit)