Package com.cosylab.vdct.undo
Class MoveAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.MoveAction
-
public class MoveAction extends ActionObject
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description MoveAction(Movable object, int dx, int dy)
This method was created in VisualAge.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Insert the method's description here.protected void
redoAction()
redoAction method comment.protected void
undoAction()
undoAction method comment.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Constructor Detail
-
MoveAction
public MoveAction(Movable object, int dx, int dy)
This method was created in VisualAge.- Parameters:
object
- Movabledx
- intdy
- int
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 15:53:42)- Specified by:
getDescription
in classActionObject
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
redoAction method comment.- Specified by:
redoAction
in classActionObject
-
undoAction
protected void undoAction()
undoAction method comment.- Specified by:
undoAction
in classActionObject
-
-