Package com.cosylab.vdct.undo
Class DeleteConnectorAction
- java.lang.Object
-
- com.cosylab.vdct.undo.ActionObject
-
- com.cosylab.vdct.undo.DeleteConnectorAction
-
- Direct Known Subclasses:
CreateConnectorAction
public class DeleteConnectorAction extends ActionObject
Insert the type's description here. Creation date: (3.5.2001 16:26:04)- Author:
- cosylab
-
-
Field Summary
Fields Modifier and Type Field Description protected String
inlinkStr
protected Connector
object
protected String
outlinkStr
protected ContainerObject
parent
protected int
x
protected int
y
-
Constructor Summary
Constructors Constructor Description DeleteConnectorAction(Connector object, String inlink, String outlink)
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.Object
getSubObject(String str)
This method was created in VisualAge.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
-
-
-
-
Field Detail
-
object
protected Connector object
-
parent
protected ContainerObject parent
-
x
protected int x
-
y
protected int y
-
inlinkStr
protected String inlinkStr
-
outlinkStr
protected String outlinkStr
-
-
Method Detail
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)- Specified by:
getDescription
in classActionObject
- Returns:
- java.lang.String
-
getSubObject
public Object getSubObject(String str)
This method was created in VisualAge.- Parameters:
str
- str- Returns:
- something
-
undoAction
protected void undoAction()
Description copied from class:ActionObject
This method was created in VisualAge.- Specified by:
undoAction
in classActionObject
-
redoAction
protected void redoAction()
This method was created in VisualAge.- Specified by:
redoAction
in classActionObject
-
-