Uses of Interface
org.eclipse.gef.DragTracker
Packages that use DragTracker
Package
Description
All interfaces, base types, and the plugin class are here.
This package contains abstract implementation of the EditPart interface.
This package provide several common handle implementations.
This package provides several tool implementations.
- 
Uses of DragTracker in org.eclipse.gefMethods in org.eclipse.gef that return DragTrackerModifier and TypeMethodDescriptionEditPart.getDragTracker(Request request) Returns aDragTrackerfor dragging this EditPart.Handle.getDragTracker()Returns the DragTracker for dragging this Handle.
- 
Uses of DragTracker in org.eclipse.gef.editpartsMethods in org.eclipse.gef.editparts that return DragTrackerModifier and TypeMethodDescriptionAbstractConnectionEditPart.getDragTracker(Request req) AbstractGraphicalEditPart.getDragTracker(Request request) Overridden to return a defaultDragTrackerfor GraphicalEditParts.AbstractTreeEditPart.getDragTracker(Request req) FreeformGraphicalRootEditPart.getDragTracker(Request req) Should not be called, but returns a MarqeeDragTracker for good measure.GraphicalRootEditPart.getDragTracker(Request req) Deprecated.Should never be called.RootTreeEditPart.getDragTracker(Request request) This method will never be called on a tree root.ScalableRootEditPart.getDragTracker(Request req) Should not be called, but returns a MarqeeDragTracker for good measure.
- 
Uses of DragTracker in org.eclipse.gef.handlesMethods in org.eclipse.gef.handles that return DragTrackerModifier and TypeMethodDescriptionprotected abstract DragTrackerAbstractHandle.createDragTracker()Creates a new drag tracker to be returned by getDragTracker().protected DragTrackerBendpointCreationHandle.createDragTracker()Creates and returns a newConnectionBendpointTracker.protected DragTrackerBendpointHandle.createDragTracker()By default,nullis returned for the DragTracker.protected DragTrackerBendpointMoveHandle.createDragTracker()Creates and returns a newConnectionBendpointTracker.protected DragTrackerConnectionEndpointHandle.createDragTracker()Creates and returns a newConnectionEndpointTracker.protected DragTrackerMoveHandle.createDragTracker()Overridden to create aDragEditPartsTracker.protected DragTrackerResizeHandle.createDragTracker()Returnsnullfor the 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 DragTrackerModifier and TypeMethodDescriptionstatic voidResizableHandleKit.addCornerAndSideHandles(GraphicalEditPart part, List<Handle> handles, DragTracker tracker, Cursor cursor) Fills the given List with handles at each corner and side of a figure.static voidNonResizableHandleKit.addCornerHandles(GraphicalEditPart part, List<Handle> handles, DragTracker tracker, Cursor cursor) Fills the given List with handles at each corner of a figure.static voidNonResizableHandleKit.addHandle(GraphicalEditPart part, List<Handle> handles, int direction, DragTracker tracker, Cursor cursor) Adds a single handle in the given direction to the given List.static voidResizableHandleKit.addHandle(GraphicalEditPart part, List<Handle> handles, int direction, DragTracker tracker, Cursor cursor) Adds a single handle in the given direction to the given List with the given DragTrackerstatic voidNonResizableHandleKit.addHandles(GraphicalEditPart part, List<Handle> handles, DragTracker tracker, Cursor cursor) Deprecated.static voidNonResizableHandleKit.addMoveHandle(GraphicalEditPart f, List<Handle> handles, DragTracker tracker, Cursor cursor) Fills the given List with move borders at each side of a figure.static voidResizableHandleKit.addMoveHandle(GraphicalEditPart f, List<Handle> handles, DragTracker tracker, Cursor cursor) Fills the given List with move borders with the given DragTracker at each side of a figure.static HandleNonResizableHandleKit.moveHandle(GraphicalEditPart owner, DragTracker tracker, Cursor cursor) Returns a newMoveHandlewith the given owner.static HandleResizableHandleKit.moveHandle(GraphicalEditPart owner, DragTracker tracker, Cursor cursor) Returns a newMoveHandlewith the given owner and DragTracker.voidAbstractHandle.setDragTracker(DragTracker t) Sets the drag tracker for this handle.
- 
Uses of DragTracker in org.eclipse.gef.toolsClasses in org.eclipse.gef.tools that implement DragTrackerModifier and TypeClassDescriptionclassA tracker for creating new bendpoints or dragging existing ones.classA connection creation tool that implements DragTracker.classA DragTracker that moves the endpoint of a connection to another location.classA DragTracker whose job it is to deselect allEditParts.classA DragTracker that movesEditParts.classSpecializes selection to do nothing, the native Tree provides selection for free.classA marqueeSelectionTool that implements the DragTracker interface.classA Tracker for dragging a resize handle.classDragTracker used to select, edit, and openEditParts.classA simple drag tracker implementation that does not perform targeting.Methods in org.eclipse.gef.tools that return DragTrackerModifier and TypeMethodDescriptionprotected DragTrackerSelectionTool.getDragTracker()Returns the current drag tracker.Methods in org.eclipse.gef.tools with parameters of type DragTrackerModifier and TypeMethodDescriptionvoidSelectionTool.setDragTracker(DragTracker newDragTracker) Sets the drag tracker for this SelectionTool.