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, undoRedoName
Fields 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, undo
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
getStagedUndoState
in interfaceIStagedStateEdit
-
getStagedRedoState
- Specified by:
getStagedRedoState
in interfaceIStagedStateEdit
-