Eclipse GEF
2.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. 
 

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.
 

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 FreeformRootEditPart.
 class ScalableRootEditPart
          A graphical root composed of regular Layers.
 

Constructors in org.eclipse.gef.editparts with parameters of type GraphicalEditPart
ViewportExposeHelper(GraphicalEditPart owner)
          Constructs a new ViewportExposeHelper on the specified GraphicalEditPart.
ViewportAutoexposeHelper(GraphicalEditPart owner)
          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.
 

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 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 Handle ResizableHandleKit.moveHandle(GraphicalEditPart owner)
          Returns a new MoveHandle with the given owner.
static void NonResizableHandleKit.addCornerHandles(GraphicalEditPart part, List handles)
          Fills the given List with handles at each corner of a figure.
static void NonResizableHandleKit.addHandles(GraphicalEditPart part, List handles)
          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 Handle NonResizableHandleKit.moveHandle(GraphicalEditPart owner)
          Returns a new MoveHandle with the given owner.
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
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.
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.
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.
 

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 DirectEdtiManager for the given source edit part.
 


Eclipse GEF
2.1

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