com.cosylab.vdct.undo
Class CreateConnectorAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by com.cosylab.vdct.undo.DeleteConnectorAction
          extended by 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
CreateConnectorAction(Connector object, java.lang.String inlink, java.lang.String outlink)
           
 
Method Summary
 java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateConnectorAction

public CreateConnectorAction(Connector object,
                             java.lang.String inlink,
                             java.lang.String outlink)
Parameters:
object -
inlink -
outlink -
Method Detail

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3.5.2001 16:26:04)

Overrides:
getDescription in class DeleteConnectorAction
Returns:
java.lang.String

redoAction

protected void redoAction()
This method was created in VisualAge.

Overrides:
redoAction in class DeleteConnectorAction

undoAction

protected void undoAction()
This method was created in VisualAge.

Overrides:
undoAction in class DeleteConnectorAction