Package com.cosylab.vdct.undo
Class DeleteTemplatePortAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.CreateTemplatePortAction
-
- com.cosylab.vdct.undo.DeleteTemplatePortAction
-
public class DeleteTemplatePortAction extends CreateTemplatePortAction
Insert the type's description here. Creation date: (3.5.2001 20:32:44)- Author:
- cosylab
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.undo.CreateTemplatePortAction
object, port
-
-
Constructor Summary
Constructors Constructor Description DeleteTemplatePortAction(VDBTemplate object, VDBPort port)
DeleteAction constructor comment.
-
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
-
DeleteTemplatePortAction
public DeleteTemplatePortAction(VDBTemplate object, VDBPort port)
DeleteAction constructor comment.- Parameters:
object
- com.cosylab.vdct.graphics.objects.VisibleObjectport
- port
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Overrides:
getDescription
in classCreateTemplatePortAction
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Overrides:
redoAction
in classCreateTemplatePortAction
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Overrides:
undoAction
in classCreateTemplatePortAction
-
-