Package com.cosylab.vdct.undo
Class MoveFieldDownAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.MoveFieldUpAction
-
- com.cosylab.vdct.undo.MoveFieldDownAction
-
public class MoveFieldDownAction extends MoveFieldUpAction
Insert the type's description here. Creation date: (5.5.2001 12:11:51)- Author:
- cosylab
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.undo.MoveFieldUpAction
field, parentObject
-
-
Constructor Summary
Constructors Constructor Description MoveFieldDownAction(Field field)MoveFieldDownAction constructor comment.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Insert the method's description here.protected voidredoAction()This method was created in VisualAge.protected voidundoAction()This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Constructor Detail
-
MoveFieldDownAction
public MoveFieldDownAction(Field field)
MoveFieldDownAction constructor comment.- Parameters:
field- com.cosylab.vdct.graphics.objects.Field
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (5.5.2001 12:07:47)- Overrides:
getDescriptionin classMoveFieldUpAction- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Overrides:
redoActionin classMoveFieldUpAction
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Overrides:
undoActionin classMoveFieldUpAction
-
-