|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.Request
org.eclipse.gef.requests.LocationRequest
org.topcased.modeler.uml.sequencediagram.requests.GraphEdgeMoveRequest
public class GraphEdgeMoveRequest
Request to handle the connection move
Constructor Summary | |
---|---|
GraphEdgeMoveRequest()
|
Method Summary | |
---|---|
int |
getDelta()
Return the difference of position |
GraphEdgeEditPart |
getGraphEdgeEditPart()
Return the graph edge edit part |
org.eclipse.draw2d.geometry.Point |
getInitialLocation()
Get the initial position |
org.eclipse.gef.EditPart |
getSource()
Return the edit part of the source of the edge |
org.eclipse.gef.EditPart |
getTarget()
Return the edit part of the target of the edge |
void |
setGraphEdgeEditPart(GraphEdgeEditPart part)
Set the edit part of the graph edge |
void |
setInitialLocation(org.eclipse.draw2d.geometry.Point p)
Set the initial position |
Methods inherited from class org.eclipse.gef.requests.LocationRequest |
---|
getLocation, setLocation |
Methods inherited from class org.eclipse.gef.Request |
---|
getExtendedData, getType, setExtendedData, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphEdgeMoveRequest()
Method Detail |
---|
public void setGraphEdgeEditPart(GraphEdgeEditPart part)
part
- the new graph edge edit partpublic GraphEdgeEditPart getGraphEdgeEditPart()
public org.eclipse.gef.EditPart getSource()
public org.eclipse.gef.EditPart getTarget()
public org.eclipse.draw2d.geometry.Point getInitialLocation()
public void setInitialLocation(org.eclipse.draw2d.geometry.Point p)
p
- the initial positionpublic int getDelta()
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.