Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.Tool

Packages that use Tool
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of Tool in org.eclipse.gef
 

Subinterfaces of Tool in org.eclipse.gef
 interface DragTracker
          A specialization of Tool that is used by the SelectionTool during a Mouse Drag.
 

Uses of Tool in org.eclipse.gef.tools
 

Classes in org.eclipse.gef.tools that implement Tool
 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.