Package editor.undo
Interface IStagedStateEditable
-
- All Superinterfaces:
StateEditable
- All Known Implementing Classes:
ScriptEditorUndoItem
public interface IStagedStateEditable extends StateEditable
-
-
Field Summary
-
Fields inherited from interface javax.swing.undo.StateEditable
RCSID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
prepareForRedo()
boolean
prepareForUndo()
-
Methods inherited from interface javax.swing.undo.StateEditable
restoreState, storeState
-
-