Package com.cosylab.vdct.undo
Class MoveToGroupAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.MoveToGroupAction
-
public class MoveToGroupAction extends ActionObject
Insert the type's description here. Creation date: (4.5.2001 11:37:23)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description MoveToGroupAction(Flexible object, String oldGroup, String newGroup, Object dsId)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
-
-
-
-
Constructor Detail
-
MoveToGroupAction
public MoveToGroupAction(Flexible object, String oldGroup, String newGroup, Object dsId)
Insert the method's description here. Creation date: (4.5.2001 11:40:19)- Parameters:
object- com.cosylab.vdct.graphics.objects.FlexibleoldGroup- java.lang.StringnewGroup- java.lang.StringdsId- dsId
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (4.5.2001 11:37:23)- 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
-
-