Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.RequestConstants

Packages that use RequestConstants
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of RequestConstants in org.eclipse.gef.editparts
 

Classes in org.eclipse.gef.editparts that implement RequestConstants
 class AbstractConnectionEditPart
          Provides support for connections based EditParts.
 class AbstractEditPart
          The baseline implementation for the EditPart interface.
 class AbstractGraphicalEditPart
          Default implementation for GraphicalEditPart.
 class AbstractTreeEditPart
          Default implementation for TreeEditParts used in GEF TreeViewers.
 class FreeformGraphicalRootEditPart
          Provides support for representation of any other graphical EditPart.
 class GraphicalRootEditPart
          Provides support for representation of any other graphical EditPart.
 class RootTreeEditPart
           
 class ScalableFreeformRootEditPart
           
 

Uses of RequestConstants in org.eclipse.gef.editpolicies
 

Classes in org.eclipse.gef.editpolicies that implement RequestConstants
 class AbstractEditPolicy
          The default implementation of EditPolicy.
 class AbstractTreeContainerEditPolicy
          Deprecated. Use TreeContainerEditPolicy
 class BendpointEditPolicy
          Used to add bendpoint handles on a ConnectionEditPart.
 class ComponentEditPolicy
          A model-based EditPolicy for components within a container.
 class ConnectionEditPolicy
          A model-based EditPolicy for connections.
 class ConnectionEndpointEditPolicy
          A selection handle policy for placing handles at the two ends of a ConnectionEditPart.
 class ConstrainedLayoutEditPolicy
          For use with LayoutManager that require a constraint.
 class ContainerEditPolicy
           
 class DirectEditPolicy
          Shows DirectEdit feedback and creates the Command to perform a "direct edit".
 class FlowLayoutEditPolicy
          An EditPolicy for use with FlowLayout.
 class GraphicalEditPolicy
          A GraphicalEditPolicy is used with a GraphicalEditPart.
 class GraphicalNodeEditPolicy
          A GraphicalNodeEditPolicy is responsible for creating and reconnecting connections graphically.
 class LayoutEditPolicy
          Provides support for interacting with children GraphicalEditParts with the host figure's current LayoutManager.
 class NonResizableEditPolicy
           
 class OrderedLayoutEditPolicy
          A LayoutEditPolicy for use with LayoutManagers that take no constraints.
 class ResizableEditPolicy
           
 class RootComponentEditPolicy
          The root component cannot be removed from its parent.
 class SelectionEditPolicy
          A GraphicalEditPolicy that is sensitive to the host's selection.
 class SelectionHandlesEditPolicy
          A SelectionEditPolicy which maintains a List of handles.
 class TreeContainerEditPolicy
          An EditPolicy for handling ADDS, MOVES, and CREATES on a TreeEditPart.
 class XYLayoutEditPolicy
          An EditPolicy for use with Figures in XYLayout.
 

Uses of RequestConstants in org.eclipse.gef.tools
 

Classes in org.eclipse.gef.tools that implement RequestConstants
 class AbstractConnectionCreationTool
           
 class AbstractTool
          Default implementation support for Tools.
 class ConnectionBendpointTracker
           
 class ConnectionCreationTool
           
 class ConnectionDragCreationTool
           
 class ConnectionEndpointTracker
           
 class CreationTool
           
 class DeselectAllTracker
           
 class DragEditPartsTracker
           
 class DragTreeItemsTracker
          Specializes selection to do nothing, the native Tree provides selection for free.
 class MarqueeDragTracker
          A marqueeSelectionTool that implements the DragTracker interface.
 class MarqueeSelectionTool
          This tool implements the selection of multiple objects in rectangular area.
 class ResizeTracker
           
 class SelectEditPartTracker
           
 class SelectionTool
          Tool to select and manipulate figures.
 class SimpleDragTracker
          A tool that interacts with one or more sources only.
 class TargetingTool
           
 


Eclipse GEF
2.1

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