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 contains EditPolicy implementations for many common editing
Roles.
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.editpolicies
Fields in org.eclipse.gef.editpolicies with type parameters of type HandleMethods in org.eclipse.gef.editpolicies that return types with arguments of type HandleModifier and TypeMethodDescriptionNonResizableEditPolicy.createSelectionHandles()
ResizableEditPolicy.createSelectionHandles()
SelectionHandlesEditPolicy.createSelectionHandles()
Subclasses must implement to provide the list of handles.Method parameters in org.eclipse.gef.editpolicies with type arguments of type HandleModifier and TypeMethodDescriptionprotected void
NonResizableEditPolicy.createDragHandle
(List<Handle> handles, int direction) Creates a 'resize'/'drag' handle, which uses aDragEditPartsTracker
in caseNonResizableEditPolicy.isDragAllowed()
returns true, and aSelectEditPartTracker
otherwise.protected void
NonResizableEditPolicy.createMoveHandle
(List<Handle> handles) Creates a 'move' handle, which uses aDragEditPartsTracker
in caseNonResizableEditPolicy.isDragAllowed()
returns true, and aSelectEditPartTracker
otherwise.protected void
ResizableEditPolicy.createResizeHandle
(List<Handle> handles, int direction) Creates a 'resize' handle, which uses aResizeTracker
in case resizing is allowed in the respective direction, otherwise returns a drag handle by delegating toNonResizableEditPolicy.createDragHandle(List, int)
. -
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.Method parameters in org.eclipse.gef.handles with type arguments of type HandleModifier and TypeMethodDescriptionstatic void
ResizableHandleKit.addCornerAndSideHandles
(GraphicalEditPart part, List<Handle> handles) Fills the given List with handles at each corner and side of a figure.static void
ResizableHandleKit.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 void
NonResizableHandleKit.addCornerHandles
(GraphicalEditPart part, List<Handle> handles) Fills the given List with handles at each corner of a figure.static void
NonResizableHandleKit.addCornerHandles
(GraphicalEditPart part, List<Handle> handles, DragTracker tracker, Cursor cursor) Fills the given List with handles at each corner of a figure.static void
NonResizableHandleKit.addHandle
(GraphicalEditPart part, List<Handle> handles, int direction) Adds a single handle in the given direction to the given List.static void
NonResizableHandleKit.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 void
ResizableHandleKit.addHandle
(GraphicalEditPart part, List<Handle> handles, int direction) Adds a single handle in the given direction to the given List.static void
ResizableHandleKit.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 void
NonResizableHandleKit.addHandles
(GraphicalEditPart part, List<Handle> handles) Deprecated.static void
NonResizableHandleKit.addHandles
(GraphicalEditPart part, List<Handle> handles, DragTracker tracker, Cursor cursor) Deprecated.static void
ResizableHandleKit.addHandles
(GraphicalEditPart part, List<Handle> handles) Deprecated.static void
NonResizableHandleKit.addMoveHandle
(GraphicalEditPart f, List<Handle> handles) Fills the given List with move borders at each side of a figure.static void
NonResizableHandleKit.addMoveHandle
(GraphicalEditPart f, List<Handle> handles, DragTracker tracker, Cursor cursor) Fills the given List with move borders at each side of a figure.static void
ResizableHandleKit.addMoveHandle
(GraphicalEditPart f, List<Handle> handles) Fills the given List with move borders at each side of a figure.static void
ResizableHandleKit.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. -
Uses of Handle in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return Handle
ConnectionEndpointHandle