Package editor.undo
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 javax.swing.undo.StateEdit
object, postState, preState, RCSID, undoRedoNameFields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class javax.swing.undo.StateEdit
end, getPresentationName, init, redo, removeRedundantState, undoMethods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.swing.undo.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
-