Eclipse GEF
3.1

Uses of Interface
org.eclipse.gef.GraphicalEditPart

Packages that use GraphicalEditPart
org.eclipse.gef All interfaces, base types, and the plugin class are here. 
org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface. 
org.eclipse.gef.editpolicies This package contains EditPolicy implementations for many common editing Roles. 
org.eclipse.gef.handles This package provide several common handle implementations. 
org.eclipse.gef.tools This package provides several tool implementations. 
org.eclipse.gef.ui.parts   
 

Uses of GraphicalEditPart in org.eclipse.gef
 

Subinterfaces of GraphicalEditPart in org.eclipse.gef
 interface ConnectionEditPart
          A specialization of GraphicalEditPart for representing connections.
 interface NodeEditPart
          A specialized GraphicalEditPart that supports both target and source ConnectionEditParts.
 

Fields in org.eclipse.gef declared as GraphicalEditPart
protected  GraphicalEditPart SnapToGeometry.container
          The container editpart providing the coordinates and the children to which snapping occurs.
protected  GraphicalEditPart SnapToGuides.container
          The graphical editpart to which guides are relative.
protected  GraphicalEditPart SnapToGrid.container
          The graphical part whose content's figure defines the grid.
 

Methods in org.eclipse.gef with parameters of type GraphicalEditPart
protected  Rectangle SnapToGeometry.getFigureBounds(GraphicalEditPart part)
          Returns the rectangular contribution for the given editpart.
 

Constructors in org.eclipse.gef with parameters of type GraphicalEditPart
SnapToGeometry(GraphicalEditPart container)
          Constructs a helper that will use the given part as its basis for snapping.
SnapToGuides(GraphicalEditPart container)
          Constructs a new snap-to-guides helper using the given container as the basis.
SnapToGrid(GraphicalEditPart container)
          Constructs a gridded snap helper on the given editpart.
 

Uses of GraphicalEditPart in org.eclipse.gef.editparts
 

Classes in org.eclipse.gef.editparts that implement GraphicalEditPart
 class AbstractConnectionEditPart
          The base implementation for ConnectionEditPart.
 class AbstractGraphicalEditPart
          Default implementation for GraphicalEditPart.
 class FreeformGraphicalRootEditPart
          A graphical root that uses FreeformFigures as the layers in the diagram.
 class GraphicalRootEditPart
          Deprecated. this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart instead
 class ScalableFreeformRootEditPart
          Adds Zoom support to the standard FreeformGraphicalRootEditPart.
 class ScalableRootEditPart
          A graphical root composed of regular Layers.
 

Constructors in org.eclipse.gef.editparts with parameters of type GraphicalEditPart
ViewportMouseWheelHelper(GraphicalEditPart part)
          Constructor
ViewportMouseWheelHelper(GraphicalEditPart part, int lineHeight, int pageHeight)
          Constructor
ViewportExposeHelper(GraphicalEditPart owner)
          Constructs a new ViewportExposeHelper on the specified GraphicalEditPart.
ViewportAutoexposeHelper(GraphicalEditPart owner)
          Constructs a new helper on the given GraphicalEditPart.
ViewportAutoexposeHelper(GraphicalEditPart owner, Insets threshold)
          Constructs a new helper on the given GraphicalEditPart.
 

Uses of GraphicalEditPart in org.eclipse.gef.editpolicies
 

Methods in org.eclipse.gef.editpolicies with parameters of type GraphicalEditPart
protected  Object XYLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest request, GraphicalEditPart child)
          Overridden to prevent sizes from becoming too small, and to prevent preferred sizes from getting lost.
protected  Rectangle XYLayoutEditPolicy.getCurrentConstraintFor(GraphicalEditPart child)
          Retrieves the child's current constraint from the LayoutManager.
protected  Dimension XYLayoutEditPolicy.getMinimumSizeFor(GraphicalEditPart child)
          Determines the minimum size that the specified child can be resized to.
protected  Object ConstrainedLayoutEditPolicy.getConstraintFor(ChangeBoundsRequest request, GraphicalEditPart child)
          Generates a draw2d constraint object derived from the specified child EditPart using the provided Request.
protected  Object ConstrainedLayoutEditPolicy.getConstraintForClone(GraphicalEditPart part, ChangeBoundsRequest request)
          Returns the correct rectangle bounds for the new clone's location.
 

Uses of GraphicalEditPart in org.eclipse.gef.handles
 

Methods in org.eclipse.gef.handles that return GraphicalEditPart
protected  GraphicalEditPart AbstractHandle.getOwner()
          Returns the GraphicalEditPart associated with this handle.
 

Methods in org.eclipse.gef.handles with parameters of type GraphicalEditPart
static void NonResizableHandleKit.addCornerHandles(GraphicalEditPart part, List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with handles at each corner of a figure.
static void NonResizableHandleKit.addCornerHandles(GraphicalEditPart part, List handles)
          Fills the given List with handles at each corner of a figure.
static void NonResizableHandleKit.addHandle(GraphicalEditPart part, List handles, int direction)
          Adds a single handle in the given direction to the given List.
static void NonResizableHandleKit.addHandle(GraphicalEditPart part, List handles, int direction, DragTracker tracker, Cursor cursor)
          Adds a single handle in the given direction to the given List.
static void NonResizableHandleKit.addHandles(GraphicalEditPart part, List handles)
          Fills the given List with handles at each corner.
static void NonResizableHandleKit.addHandles(GraphicalEditPart part, List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with handles at each corner.
static void NonResizableHandleKit.addMoveHandle(GraphicalEditPart f, List handles)
          Fills the given List with move borders at each side of a figure.
static void NonResizableHandleKit.addMoveHandle(GraphicalEditPart f, List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with move borders at each side of a figure.
static Handle NonResizableHandleKit.moveHandle(GraphicalEditPart owner)
          Returns a new MoveHandle with the given owner.
static Handle NonResizableHandleKit.moveHandle(GraphicalEditPart owner, DragTracker tracker, Cursor cursor)
          Returns a new MoveHandle with the given owner.
static void ResizableHandleKit.addHandle(GraphicalEditPart part, List handles, int direction)
          Adds a single handle in the given direction to the given List.
static void ResizableHandleKit.addHandle(GraphicalEditPart part, List handles, int direction, DragTracker tracker, Cursor cursor)
          Adds a single handle in the given direction to the given List with the given DragTracker
static void ResizableHandleKit.addHandles(GraphicalEditPart part, List handles)
          Fills the given List with handles at each corner and the north, south, east, and west of the GraphicalEditPart.
static void ResizableHandleKit.addMoveHandle(GraphicalEditPart f, List handles)
          Fills the given List with move borders at each side of a figure.
static void ResizableHandleKit.addMoveHandle(GraphicalEditPart f, List handles, DragTracker tracker, Cursor cursor)
          Fills the given List with move borders with the given DragTracker at each side of a figure.
static Handle ResizableHandleKit.moveHandle(GraphicalEditPart owner)
          Returns a new MoveHandle with the given owner.
static Handle ResizableHandleKit.moveHandle(GraphicalEditPart owner, DragTracker tracker, Cursor cursor)
          Returns a new MoveHandle with the given owner and DragTracker.
protected  void AbstractHandle.setOwner(GraphicalEditPart editpart)
          Sets the owner editpart associated with this handle.
 

Constructors in org.eclipse.gef.handles with parameters of type GraphicalEditPart
MoveHandle(GraphicalEditPart owner)
          Creates a MoveHandle for the given GraphicalEditPart using a default Locator.
MoveHandle(GraphicalEditPart owner, Locator loc)
          Creates a MoveHandle for the given GraphicalEditPart using the given Locator.
SquareHandle(GraphicalEditPart owner, Locator loc)
          Creates a SquareHandle for the given GraphicalEditPart with the given Locator.
SquareHandle(GraphicalEditPart owner, Locator loc, Cursor c)
          Creates a SquareHandle for the given GraphicalEditPart with the given Cursor using the given Locator.
ResizeHandle(GraphicalEditPart owner, int direction)
          Creates a new ResizeHandle for the given GraphicalEditPart.
ResizeHandle(GraphicalEditPart owner, Locator loc, Cursor c)
          Creates a new ResizeHandle for the given GraphicalEditPart.
NonResizableHandle(GraphicalEditPart owner)
          Deprecated. Creates a NonResizableHandle for the given GraphicalEditPart using a default Locator.
NonResizableHandle(GraphicalEditPart owner, Locator loc)
          Deprecated. Creates a NonResizableHandle for the given GraphicalEditPart using the given Locator.
AbstractHandle(GraphicalEditPart owner, Locator loc)
          Creates a handle for the given GraphicalEditPart using the given Locator.
AbstractHandle(GraphicalEditPart owner, Locator loc, Cursor c)
          Creates a handle for the given GraphicalEditPart using the given Locator and Cursor.
 

Uses of GraphicalEditPart in org.eclipse.gef.tools
 

Methods in org.eclipse.gef.tools that return GraphicalEditPart
protected  GraphicalEditPart DirectEditManager.getEditPart()
          Returns the source edit part.
protected  GraphicalEditPart ResizeTracker.getTargetEditPart()
          The TargetEditPart is the parent of the EditPart being resized.
 

Methods in org.eclipse.gef.tools with parameters of type GraphicalEditPart
protected  void DirectEditManager.setEditPart(GraphicalEditPart source)
          Sets the source edit part.
 

Constructors in org.eclipse.gef.tools with parameters of type GraphicalEditPart
DirectEditManager(GraphicalEditPart source, Class editorType, CellEditorLocator locator)
          Constructs a new DirectEditManager for the given source edit part.
ResizeTracker(GraphicalEditPart owner, int direction)
          Constructs a resize tracker that resizes in the specified direction.
 

Uses of GraphicalEditPart in org.eclipse.gef.ui.parts
 

Methods in org.eclipse.gef.ui.parts that return GraphicalEditPart
protected  GraphicalEditPart GraphicalViewerKeyHandler.getFocusEditPart()
           
 


Eclipse GEF
3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.