Package com.cosylab.vdct.undo
Class MoveFieldUpAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.MoveFieldUpAction
-
- Direct Known Subclasses:
MoveFieldDownAction
public class MoveFieldUpAction extends ActionObject
Insert the type's description here. Creation date: (5.5.2001 12:07:47)
-
-
Field Summary
Fields Modifier and Type Field Description protected Fieldfieldprotected LinkManagerObjectparentObject
-
Constructor Summary
Constructors Constructor Description MoveFieldUpAction(Field field)Insert the method's description here.
-
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
-
-
-
-
Field Detail
-
field
protected Field field
-
parentObject
protected LinkManagerObject parentObject
-
-
Constructor Detail
-
MoveFieldUpAction
public MoveFieldUpAction(Field field)
Insert the method's description here. Creation date: (5.5.2001 12:08:29)- 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)- Specified by:
getDescriptionin classActionObject- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoActionin classActionObject
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Specified by:
undoActionin classActionObject
-
-