Uses of Class
editor.undo.UndoChangeEvent.ChangeType
-
Packages that use UndoChangeEvent.ChangeType Package Description editor.undo -
-
Uses of UndoChangeEvent.ChangeType in editor.undo
Fields in editor.undo declared as UndoChangeEvent.ChangeType Modifier and Type Field Description private UndoChangeEvent.ChangeTypeUndoChangeEvent. _typeMethods in editor.undo that return UndoChangeEvent.ChangeType Modifier and Type Method Description UndoChangeEvent.ChangeTypeUndoChangeEvent. getType()static UndoChangeEvent.ChangeTypeUndoChangeEvent.ChangeType. valueOf(java.lang.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.Methods in editor.undo with parameters of type UndoChangeEvent.ChangeType Modifier and Type Method Description private voidAtomicUndoManager. fireChangeEvent(UndoChangeEvent.ChangeType type, javax.swing.undo.UndoableEdit edit)Constructors in editor.undo with parameters of type UndoChangeEvent.ChangeType Constructor Description UndoChangeEvent(AtomicUndoManager atomicUndoManager, UndoChangeEvent.ChangeType type, javax.swing.undo.UndoableEdit edit)
-