Class StagedStateEdit
java.lang.Object
javax.swing.undo.AbstractUndoableEdit
javax.swing.undo.StateEdit
editor.undo.StagedStateEdit
- All Implemented Interfaces:
IStagedStateEdit, Serializable, UndoableEdit
- See Also:
-
Field Summary
Fields inherited from class AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class StateEdit
end, getPresentationName, init, redo, removeRedundantState, undoMethods inherited from class AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
-
Constructor Details
-
StagedStateEdit
-
-
Method Details
-
getStagedUndoState
- Specified by:
getStagedUndoStatein interfaceIStagedStateEdit
-
getStagedRedoState
- Specified by:
getStagedRedoStatein interfaceIStagedStateEdit
-