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 theHandle
at the specified Point. -
Uses of Handle in org.eclipse.gef.handles
Classes in org.eclipse.gef.handles that implement HandleModifier and TypeClassDescriptionclass
Base implementation for handles.class
A BendpointHandle that is used to create a new bendpoint.class
A handle for bendpoints on a connection.class
A BendpointHandle that is used to move an existing bendpoint.final class
Deprecated.class
A handle used at the start or end of theConnection
.class
The base implementation for handles used with editparts whose figure is aConnection
.final class
Deprecated.class
A Handle used for movingGraphicalEditPart
s.class
Deprecated.this handle type is no longer usedclass
A Handle used to resize a GraphicalEditPart.class
A 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 Handle
NonResizableHandleKit.moveHandle
(GraphicalEditPart owner) Returns a newMoveHandle
with the given owner.static Handle
NonResizableHandleKit.moveHandle
(GraphicalEditPart owner, DragTracker tracker, Cursor cursor) Returns a newMoveHandle
with the given owner.static Handle
ResizableHandleKit.moveHandle
(GraphicalEditPart owner) Returns a newMoveHandle
with the given owner.static Handle
ResizableHandleKit.moveHandle
(GraphicalEditPart owner, DragTracker tracker, Cursor cursor) Returns a newMoveHandle
with 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