Package org.eclipse.gef.requests
This package contains the common Request types used by the provided tools and edit policies.
-
Interface Summary Interface Description CreationFactory A factory used to create new objects.DropRequest A request that requires a location in order to drop an item.TargetRequest A request that involves a target EditPart. -
Class Summary Class Description AlignmentRequest A request to align multiple objects.BendpointRequest A request to alter a bendpoint.ChangeBoundsRequest A Request to change the bounds of the EditPart(s).CreateConnectionRequest A Request to create a new Connection.CreateRequest A Request to create a new object.DirectEditRequest A request to perform direct editing on the receiver of the Request.ForwardedRequest A Request to be forwarded to another EditPart.GroupRequest A Request from multiple EditParts.LocationRequest A Request that needs to keep track of a location.ReconnectRequest A Request to reconnect a connection.SelectionRequest A request to select an edit part.SimpleFactory A simple CreationFactory that takes a Class in the constructor and creates a new instance of this Class inSimpleFactory.getNewObject()
.