Uses of Interface
org.eclipse.gef.Handle
-
Packages that use Handle Package Description org.eclipse.gef All interfaces, base types, and the plugin class are here.org.eclipse.gef.handles This package provide several common handle implementations.org.eclipse.gef.ui.parts -
-
Uses of Handle in org.eclipse.gef
Methods in org.eclipse.gef that return Handle Modifier and Type Method Description HandleGraphicalViewer. findHandleAt(org.eclipse.draw2d.geometry.Point p)Returns theHandleat the specified Point. -
Uses of Handle in org.eclipse.gef.handles
Classes in org.eclipse.gef.handles that implement Handle Modifier and Type Class Description classAbstractHandleBase implementation for handles.classBendpointCreationHandleA BendpointHandle that is used to create a new bendpoint.classBendpointHandleA handle for bendpoints on a connection.classBendpointMoveHandleA BendpointHandle that is used to move an existing bendpoint.classConnectionEndHandleDeprecated.classConnectionEndpointHandleA handle used at the start or end of theConnection.classConnectionHandleThe base implementation for handles used with editparts whose figure is aConnection.classConnectionStartHandleDeprecated.classMoveHandleA Handle used for movingGraphicalEditParts.classNonResizableHandleDeprecated.this handle type is no longer usedclassResizeHandleA Handle used to resize a GraphicalEditPart.classSquareHandleA small square handle approximately 7x7 pixels in size, that is either black or white.Methods in org.eclipse.gef.handles that return Handle Modifier and Type Method Description static 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 Modifier and Type Method Description HandleGraphicalViewerImpl. findHandleAt(org.eclipse.draw2d.geometry.Point p)
-