Uses of Interface
org.eclipse.gef.Handle
Packages that use Handle
Package
Description
All interfaces, base types, and the plugin class are here.
This package provide several common handle implementations.
-
Uses of Handle in org.eclipse.gef
Methods in org.eclipse.gef that return HandleModifier and TypeMethodDescriptionGraphicalViewer.findHandleAt(Point p) Returns theHandleat the specified Point. -
Uses of Handle in org.eclipse.gef.handles
Classes in org.eclipse.gef.handles that implement HandleModifier and TypeClassDescriptionclassBase implementation for handles.classA BendpointHandle that is used to create a new bendpoint.classA handle for bendpoints on a connection.classA BendpointHandle that is used to move an existing bendpoint.final classDeprecated.classA handle used at the start or end of theConnection.classThe base implementation for handles used with editparts whose figure is aConnection.final classDeprecated.classA Handle used for movingGraphicalEditParts.classDeprecated.this handle type is no longer usedclassA Handle used to resize a GraphicalEditPart.classA small square handle approximately 7x7 pixels in size, that is either black or white.Methods in org.eclipse.gef.handles that return HandleModifier and TypeMethodDescriptionstatic HandleNonResizableHandleKit.moveHandle(GraphicalEditPart owner) Returns a newMoveHandlewith the given owner.static HandleNonResizableHandleKit.moveHandle(GraphicalEditPart owner, DragTracker tracker, Cursor cursor) Returns a newMoveHandlewith the given owner.static HandleResizableHandleKit.moveHandle(GraphicalEditPart owner) Returns a newMoveHandlewith the given owner.static HandleResizableHandleKit.moveHandle(GraphicalEditPart owner, DragTracker tracker, Cursor cursor) Returns a newMoveHandlewith the given owner and DragTracker. -
Uses of Handle in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return Handle
ConnectionEndpointHandle