Eclipse GEF
2.1

Uses of Package
org.eclipse.gef.requests

Packages that use org.eclipse.gef.requests
org.eclipse.gef.dnd   
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.palette This package defines and implements the model used by the PaletteViewer
org.eclipse.gef.requests This package contains the common Request types used by the provided tools and edit policies. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Classes in org.eclipse.gef.requests used by org.eclipse.gef.dnd
CreateRequest
          A Request to create a new object.
CreationFactory
          A factory used to create new objects.
 

Classes in org.eclipse.gef.requests used by org.eclipse.gef.editpolicies
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.
CreationFactory
          A factory used to create new objects.
DirectEditRequest
          A request to perform direct editing on the receiver of the Request.
DropRequest
          A request that requires a location in order to drop an item.
GroupRequest
          A Request from multiple EditParts.
ReconnectRequest
          A Request to reconnect a connection.
 

Classes in org.eclipse.gef.requests used by org.eclipse.gef.palette
CreationFactory
          A factory used to create new objects.
 

Classes in org.eclipse.gef.requests used by org.eclipse.gef.requests
ChangeBoundsRequest
          A Request to change the bounds of the EditPart(s).
CreateRequest
          A Request to create a new object.
CreationFactory
          A factory used to create new objects.
DropRequest
          A request that requires a location in order to drop an item.
GroupRequest
          A Request from multiple EditParts.
LocationRequest
          A Request that needs to keep track of a location.
TargetRequest
          A request that involves a target EditPart.
 

Classes in org.eclipse.gef.requests used by org.eclipse.gef.tools
CreateRequest
          A Request to create a new object.
CreationFactory
          A factory used to create new objects.
DirectEditRequest
          A request to perform direct editing on the receiver of the Request.
 


Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.