Package com.cosylab.vdct.undo
Class MorphAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.MorphAction
-
public class MorphAction extends ActionObject
Insert the type's description here. Creation date: (4.5.2001 11:37:23)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description MorphAction(Record object, VDBRecordData oldRecordData, VDBRecordData newRecordData)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Insert the method's description here.protected void
redoAction()
This method was created in VisualAge.protected void
undoAction()
This method was created in VisualAge.-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Constructor Detail
-
MorphAction
public MorphAction(Record object, VDBRecordData oldRecordData, VDBRecordData newRecordData)
Insert the method's description here. Creation date: (4.5.2001 11:40:19)- Parameters:
object
- com.cosylab.vdct.graphics.objects.FlexibleoldRecordData
- VDBRecordDatanewRecordData
- VDBRecordData
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (4.5.2001 11:37:23)- Specified by:
getDescription
in classActionObject
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoAction
in classActionObject
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Specified by:
undoAction
in classActionObject
-
-