com.cosylab.vdct.undo
Class DeleteConnectorAction

java.lang.Object
  extended by com.cosylab.vdct.undo.ActionObject
      extended by 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:

Field Summary
protected  java.lang.String inlinkStr
           
protected  Connector object
           
protected  java.lang.String outlinkStr
           
protected  ContainerObject parent
           
protected  int x
           
protected  int y
           
 
Constructor Summary
DeleteConnectorAction(Connector object, java.lang.String inlink, java.lang.String outlink)
          Insert the method's description here.
 
Method Summary
 java.lang.String getDescription()
          Insert the method's description here.
 java.lang.Object getSubObject(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

protected Connector object

parent

protected ContainerObject parent

x

protected int x

y

protected int y

inlinkStr

protected java.lang.String inlinkStr

outlinkStr

protected java.lang.String outlinkStr
Constructor Detail

DeleteConnectorAction

public DeleteConnectorAction(Connector object,
                             java.lang.String inlink,
                             java.lang.String outlink)
Insert the method's description here. Creation date: (3.5.2001 16:27:58)

Parameters:
object - com.cosylab.vdct.graphics.objects.VisibleObject
x - int
y - int
Method Detail

getDescription

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

Specified by:
getDescription in class ActionObject
Returns:
java.lang.String

getSubObject

public java.lang.Object getSubObject(java.lang.String str)
This method was created in VisualAge.


undoAction

protected void undoAction()
Description copied from class: ActionObject
This method was created in VisualAge.

Specified by:
undoAction in class ActionObject

redoAction

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

Specified by:
redoAction in class ActionObject