|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCH.ifa.draw.standard.AbstractHandle
CH.ifa.draw.standard.ChangeConnectionHandle
CH.ifa.draw.standard.ChangeConnectionEndHandle
public class ChangeConnectionEndHandle
A handle to reconnect the end point of a connection to another figure.
Field Summary |
---|
Fields inherited from class CH.ifa.draw.standard.ChangeConnectionHandle |
---|
fConnection, fOriginalTarget, fStart, fTarget |
Fields inherited from class CH.ifa.draw.standard.AbstractHandle |
---|
HANDLESIZE |
Constructor Summary | |
---|---|
ChangeConnectionEndHandle(Figure owner)
Constructs the connection handle. |
Method Summary | |
---|---|
protected void |
connect(Connector c)
Sets the end of the connection. |
protected void |
disconnect()
Disconnects the end figure. |
java.awt.Point |
locate()
Returns the end point of the connection. |
protected void |
setPoint(int x,
int y)
Sets the end point of the connection. |
protected Connector |
target()
Gets the end figure of a connection. |
Methods inherited from class CH.ifa.draw.standard.ChangeConnectionHandle |
---|
draw, findConnector, invokeEnd, invokeStart, invokeStep, source |
Methods inherited from class CH.ifa.draw.standard.AbstractHandle |
---|
containsPoint, displayBox, invokeEnd, invokeStart, invokeStep, owner |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeConnectionEndHandle(Figure owner)
Method Detail |
---|
protected Connector target()
target
in class ChangeConnectionHandle
protected void disconnect()
disconnect
in class ChangeConnectionHandle
protected void connect(Connector c)
connect
in class ChangeConnectionHandle
protected void setPoint(int x, int y)
setPoint
in class ChangeConnectionHandle
public java.awt.Point locate()
locate
in interface Handle
locate
in class AbstractHandle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |