|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.gef.Request | +--org.eclipse.gef.requests.LocationRequest | +--org.eclipse.gef.requests.BendpointRequest
A request to alter a bendpoint.
Constructor Summary | |
BendpointRequest()
|
Method Summary | |
int |
getIndex()
Returns the index of the bendpoint to be changed. |
ConnectionEditPart |
getSource()
Returns the ConnectionEditPart that the bendpoint belongs to. |
void |
setIndex(int i)
Sets the index of the bendpoint to be changed. |
void |
setSource(ConnectionEditPart s)
Sets the ConnectionEditPart the bendpoint belongs to. |
Methods inherited from class org.eclipse.gef.requests.LocationRequest |
getLocation, setLocation |
Methods inherited from class org.eclipse.gef.Request |
getType, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BendpointRequest()
Method Detail |
public int getIndex()
public ConnectionEditPart getSource()
public void setIndex(int i)
i
- the bendpoint's indexpublic void setSource(ConnectionEditPart s)
s
- the bendpoint's ConnectionEditPart
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |