Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.DragTracker

Packages that use DragTracker
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.handles This package provide several common handle implementations. 
org.eclipse.gef.tools This package provides several tool implementations. 
 

Uses of DragTracker in org.eclipse.gef
 

Methods in org.eclipse.gef that return DragTracker
 DragTracker Handle.getDragTracker()
          Returns the DragTracker for dragging this Handle.
 DragTracker EditPart.getDragTracker(Request request)
          Returns a DragTracker for dragging this EditPart.
 

Uses of DragTracker in org.eclipse.gef.editparts
 

Methods in org.eclipse.gef.editparts that return DragTracker
 DragTracker ScalableRootEditPart.getDragTracker(Request req)
          Should not be called, but returns a MarqeeDragTracker for good measure.
 DragTracker RootTreeEditPart.getDragTracker(Request request)
          This method will never be called on a tree root.
 DragTracker GraphicalRootEditPart.getDragTracker(Request req)
          Deprecated. Should never be called.
 DragTracker FreeformGraphicalRootEditPart.getDragTracker(Request req)
          Should not be called, but returns a MarqeeDragTracker for good measure.
 DragTracker AbstractTreeEditPart.getDragTracker(Request req)
           
 DragTracker AbstractGraphicalEditPart.getDragTracker(Request request)
          Overridden to return a default DragTracker for GraphicalEditParts.
 DragTracker AbstractConnectionEditPart.getDragTracker(Request req)
           
 

Uses of DragTracker in org.eclipse.gef.handles
 

Methods in org.eclipse.gef.handles that return DragTracker
protected  DragTracker ResizeHandle.createDragTracker()
          Returns null for the DragTracker.
protected  DragTracker MoveHandle.createDragTracker()
          Overridden to create a DragEditPartsTracker.
protected  DragTracker ConnectionStartHandle.createDragTracker()
          Creates and returns a new ConnectionEndpointTracker.
protected  DragTracker ConnectionEndHandle.createDragTracker()
          Creates and returns a new ConnectionEndpointTracker.
protected  DragTracker BendpointMoveHandle.createDragTracker()
          Creates and returns a new ConnectionBendpointTracker.
protected  DragTracker BendpointHandle.createDragTracker()
          By default, null is returned for the DragTracker.
protected  DragTracker BendpointCreationHandle.createDragTracker()
          Creates and returns a new ConnectionBendpointTracker.
protected abstract  DragTracker AbstractHandle.createDragTracker()
          Creates a new drag tracker to be returned by getDragTracker().
 DragTracker AbstractHandle.getDragTracker()
          Returns the drag tracker to use when the user clicks on this handle.
 

Methods in org.eclipse.gef.handles with parameters of type DragTracker
 void AbstractHandle.setDragTracker(DragTracker t)
          Sets the drag tracker for this handle.
 

Uses of DragTracker in org.eclipse.gef.tools
 

Classes in org.eclipse.gef.tools that implement DragTracker
 class ConnectionBendpointTracker
          A tracker for creating new bendpoints or dragging existing ones.
 class ConnectionDragCreationTool
          A connection creation tool that implements DragTracker.
 class ConnectionEndpointTracker
          A DragTracker that moves the endpoint of a connection to another location.
 class DeselectAllTracker
          A DragTracker whose job it is to deselect all EditParts.
 class DragEditPartsTracker
          A DragTracker that moves EditParts.
 class DragTreeItemsTracker
          Specializes selection to do nothing, the native Tree provides selection for free.
 class MarqueeDragTracker
          A marqueeSelectionTool that implements the DragTracker interface.
 class ResizeTracker
          A Tracker for dragging a resize handle.
 class SelectEditPartTracker
          DragTracker used to select EditParts.
 class SimpleDragTracker
          A simple drag tracker implementation that does not perform targeting.
 

Methods in org.eclipse.gef.tools that return DragTracker
protected  DragTracker SelectionTool.getDragTracker()
          Returns the current drag tracker.
 

Methods in org.eclipse.gef.tools with parameters of type DragTracker
 void SelectionTool.setDragTracker(DragTracker newDragTracker)
          Sets the drag tracker for this SelectionTool.
 


Eclipse GEF
2.1

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