IUndoableCommand
AxisPanOrZoomCommand
, ZoomCommand
public abstract class SaveStateCommand extends java.lang.Object implements IUndoableCommand
Constructor | Description |
---|---|
SaveStateCommand(java.lang.String name) |
Initialize Derived class should save the 'original' state.
|
Modifier and Type | Method | Description |
---|---|---|
abstract void |
saveState() |
Derived class should implement this to save the 'final' state.
|
java.lang.String |
toString() |
redo, undo
public SaveStateCommand(java.lang.String name)
public abstract void saveState()
public java.lang.String toString()
toString
in class java.lang.Object