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.gefMethods in org.eclipse.gef that return HandleModifier and TypeMethodDescriptionGraphicalViewer.findHandleAt(Point p) Returns theHandleat the specified Point.
- 
Uses of Handle in org.eclipse.gef.editpoliciesFields 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 voidNonResizableEditPolicy.createDragHandle(List<Handle> handles, int direction) Creates a 'resize'/'drag' handle, which uses aDragEditPartsTrackerin caseNonResizableEditPolicy.isDragAllowed()returns true, and aSelectEditPartTrackerotherwise.protected voidNonResizableEditPolicy.createMoveHandle(List<Handle> handles) Creates a 'move' handle, which uses aDragEditPartsTrackerin caseNonResizableEditPolicy.isDragAllowed()returns true, and aSelectEditPartTrackerotherwise.protected voidResizableEditPolicy.createResizeHandle(List<Handle> handles, int direction) Creates a 'resize' handle, which uses aResizeTrackerin 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.handlesClasses 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.Method parameters in org.eclipse.gef.handles with type arguments of type HandleModifier and TypeMethodDescriptionstatic voidResizableHandleKit.addCornerAndSideHandles(GraphicalEditPart part, List<Handle> handles) Fills the given List with handles at each corner and side of a figure.static 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) Fills the given List with handles at each corner 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) Adds a single handle in the given direction to the given List.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) 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) Deprecated.static voidNonResizableHandleKit.addHandles(GraphicalEditPart part, List<Handle> handles, DragTracker tracker, Cursor cursor) Deprecated.static voidResizableHandleKit.addHandles(GraphicalEditPart part, List<Handle> handles) Deprecated.static voidNonResizableHandleKit.addMoveHandle(GraphicalEditPart f, List<Handle> handles) Fills the given List with move borders at each side of a figure.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) 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.
- 
Uses of Handle in org.eclipse.gef.ui.partsMethods in org.eclipse.gef.ui.parts that return Handle
ConnectionEndpointHandle