Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.EditPart

Packages that use EditPart
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. 
 

Uses of EditPart in org.eclipse.gef
 

Subinterfaces of EditPart in org.eclipse.gef
 interface ConnectionEditPart
          A specialization of GraphicalEditPart for representing connections.
 interface GraphicalEditPart
          A Specialization of EditPart for use with GraphicalViewers.
 interface NodeEditPart
          A specialized GraphicalEditPart that supports both target and source ConnectionEditParts.
 interface RootEditPart
          A RootEditPart is the root of an EditPartViewer.
 interface TreeEditPart
          A Specialization of EditPart for use with TreeViewer.
 

Uses of EditPart in org.eclipse.gef.editparts
 

Classes in org.eclipse.gef.editparts that implement EditPart
 class AbstractConnectionEditPart
          Provides support for connections based EditParts.
 class AbstractEditPart
          The baseline implementation for the EditPart interface.
 class AbstractGraphicalEditPart
          Default implementation for GraphicalEditPart.
 class AbstractTreeEditPart
          Default implementation for TreeEditParts used in GEF TreeViewers.
 class FreeformGraphicalRootEditPart
          Provides support for representation of any other graphical EditPart.
 class GraphicalRootEditPart
          Provides support for representation of any other graphical EditPart.
 class RootTreeEditPart
           
 class ScalableFreeformRootEditPart
           
 


Eclipse GEF
2.1

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