Package com.cosylab.vdct.undo
Class CreateConnectorAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.DeleteConnectorAction
-
- com.cosylab.vdct.undo.CreateConnectorAction
-
public class CreateConnectorAction extends DeleteConnectorAction
- Author:
- ilist To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
-
-
Field Summary
-
Fields inherited from class com.cosylab.vdct.undo.DeleteConnectorAction
inlinkStr, object, outlinkStr, parent, x, y
-
-
Constructor Summary
Constructors Constructor Description CreateConnectorAction(Connector object, String inlink, String outlink)
-
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.DeleteConnectorAction
getSubObject
-
Methods inherited from class com.cosylab.vdct.undo.ActionObject
isDone, redo, undo
-
-
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Overrides:
getDescription
in classDeleteConnectorAction
- Returns:
- java.lang.String
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Overrides:
redoAction
in classDeleteConnectorAction
-
undoAction
protected void undoAction()
This method was created in VisualAge.- Overrides:
undoAction
in classDeleteConnectorAction
-
-