Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse GEF
3.3

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 ConnectionEndpointHandle. 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
static void ResizableHandleKit. addHandle ( GraphicalEditPart part, java.util.List handles, int direction, DragTracker tracker, Cursor cursor)
          Adds a single handle in the given direction to the given List with the given DragTracker
static void ResizableHandleKit. addMoveHandle ( GraphicalEditPart f, java.util.List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with move borders with the given DragTracker at each side of a figure.
static  Handle ResizableHandleKit. moveHandle ( GraphicalEditPart owner, DragTracker tracker, Cursor cursor)
          Returns a new MoveHandle with the given owner and DragTracker.
static void NonResizableHandleKit. addCornerHandles ( GraphicalEditPart part, java.util.List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with handles at each corner of a figure.
static void NonResizableHandleKit. addHandle ( GraphicalEditPart part, java.util.List handles, int direction, DragTracker tracker, Cursor cursor)
          Adds a single handle in the given direction to the given List.
static void NonResizableHandleKit. addHandles ( GraphicalEditPart part, java.util.List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with handles at each corner.
static void NonResizableHandleKit. addMoveHandle ( GraphicalEditPart f, java.util.List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with move borders at each side of a figure.
static  Handle NonResizableHandleKit. moveHandle ( GraphicalEditPart owner, DragTracker tracker, Cursor cursor)
          Returns a new MoveHandle with the given owner.
 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, edit, and open 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
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire