|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cosylab.vdct.undo.ActionObject
com.cosylab.vdct.undo.DeleteConnectorAction
public class DeleteConnectorAction
Insert the type's description here. Creation date: (3.5.2001 16:26:04)
| 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 |
|---|
protected Connector object
protected ContainerObject parent
protected int x
protected int y
protected java.lang.String inlinkStr
protected java.lang.String outlinkStr
| Constructor Detail |
|---|
public DeleteConnectorAction(Connector object,
java.lang.String inlink,
java.lang.String outlink)
object - com.cosylab.vdct.graphics.objects.VisibleObjectx - inty - int| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in class ActionObjectpublic java.lang.Object getSubObject(java.lang.String str)
protected void undoAction()
ActionObject
undoAction in class ActionObjectprotected void redoAction()
redoAction in class ActionObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||