public interface Undoable
UndoStateManager
Modifier and Type | Method and Description |
---|---|
UndoableState |
currentState()
Creates a new instance of the current state of the target object.
|
void |
restoreState(UndoableState state)
Restores the object's current state from the given state.
|
void |
setupMenus()
Perform whatever setup is necessary if the undo/redo status may have changed.
|
UndoableState currentState()
void restoreState(UndoableState state)
void setupMenus()