|
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.ForwardedRequest
A Request to be forwarded to another EditPart.
Constructor Summary | |
ForwardedRequest(Object type)
Creates a ForwardRequest with the given type. |
|
ForwardedRequest(Object type,
EditPart sender)
Creates a ForwardRequest with the given type and sets the sender. |
Method Summary | |
EditPart |
getSender()
Returns the EditPart that forwarded this Request. |
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 ForwardedRequest(Object type)
type
- The type of Requestpublic ForwardedRequest(Object type, EditPart sender)
type
- The type of Requestsender
- The EditPart that forwarded this RequestMethod Detail |
public EditPart getSender()
|
Eclipse GEF 2.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |