Package editor.undo
Interface IStagedStateEdit
- All Superinterfaces:
UndoableEdit
- All Known Implementing Classes:
AtomicUndoManager.DisplayableCompoundEdit
,StagedStateEdit
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
-
Method Details
-
getStagedUndoState
IStagedStateEditable getStagedUndoState() -
getStagedRedoState
IStagedStateEditable getStagedRedoState()
-