Package com.digitizer.ui
Class UndoManager.MovePointAction
java.lang.Object
com.digitizer.ui.UndoManager.MovePointAction
- All Implemented Interfaces:
UndoManager.UndoableAction
- Enclosing class:
UndoManager
public static class UndoManager.MovePointAction
extends Object
implements UndoManager.UndoableAction
-
Constructor Summary
ConstructorsConstructorDescriptionMovePointAction(Dataset dataset, int index, Point beforePoint, Point afterPoint) -
Method Summary
-
Constructor Details
-
MovePointAction
-
-
Method Details
-
undo
public void undo()- Specified by:
undoin interfaceUndoManager.UndoableAction
-
redo
public void redo()- Specified by:
redoin interfaceUndoManager.UndoableAction
-
getDescription
- Specified by:
getDescriptionin interfaceUndoManager.UndoableAction
-