GEF v2.0

Package org.eclipse.gef.requests

This package contains the common Request types used by the provided tools and edit policies.

See:
          Description

Interface Summary
CreateRequest.Factory A simple interface for instantiating an object
DropRequest  
TargetRequest  
 

Class Summary
AlignmentRequest  
BendpointRequest  
ChangeBoundsRequest A Request to change the bounds the EditPart(s).
CreateConnectionRequest A Request to create a new Connection.
CreateRequest A Request to create a new object.
CreateRequest.SimpleFactory A simple implementation of a Factory that knows how to call the default constructor for a given Java class.
DeleteRequest A Request to delete EditPart(s).
DirectEditRequest  
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  
 

Package org.eclipse.gef.requests Description

This package contains the common Request types used by the provided tools and edit policies.


GEF v2.0