Package editor.undo
Interface IStagedStateEdit
-
- All Superinterfaces:
javax.swing.undo.UndoableEdit
- All Known Implementing Classes:
AtomicUndoManager.DisplayableCompoundEdit,StagedStateEdit
public interface IStagedStateEdit extends javax.swing.undo.UndoableEdit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IStagedStateEditablegetStagedRedoState()IStagedStateEditablegetStagedUndoState()
-
-
-
Method Detail
-
getStagedUndoState
IStagedStateEditable getStagedUndoState()
-
getStagedRedoState
IStagedStateEditable getStagedRedoState()
-
-