Package org.eclipse.gef.requests
Class ForwardedRequest
java.lang.Object
org.eclipse.gef.Request
org.eclipse.gef.requests.ForwardedRequest
A Request to be forwarded to another EditPart.
- 
Constructor SummaryConstructorsConstructorDescriptionForwardedRequest(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 SummaryMethods inherited from class org.eclipse.gef.RequestgetExtendedData, getType, setExtendedData, setType
- 
Constructor Details- 
ForwardedRequestCreates a ForwardRequest with the given type.- Parameters:
- type- The type of Request
 
- 
ForwardedRequestCreates a ForwardRequest with the given type and sets the sender.- Parameters:
- type- The type of Request
- sender- The EditPart that forwarded this Request
 
 
- 
- 
Method Details- 
getSenderReturns the EditPart that forwarded this Request.- Returns:
- The EditPart that forwarded this Request
 
 
-