Class ForwardedRequest

java.lang.Object
org.eclipse.gef.Request
org.eclipse.gef.requests.ForwardedRequest

public class ForwardedRequest extends Request
A Request to be forwarded to another EditPart.
  • Constructor Details

    • ForwardedRequest

      public ForwardedRequest(Object type)
      Creates a ForwardRequest with the given type.
      Parameters:
      type - The type of Request
    • ForwardedRequest

      public ForwardedRequest(Object type, EditPart sender)
      Creates 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

    • getSender

      public EditPart getSender()
      Returns the EditPart that forwarded this Request.
      Returns:
      The EditPart that forwarded this Request