Eclipse GEF
2.1

Uses of Interface
org.eclipse.gef.RootEditPart

Packages that use RootEditPart
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.ui.parts   
 

Uses of RootEditPart in org.eclipse.gef
 

Methods in org.eclipse.gef that return RootEditPart
 RootEditPart EditPartViewer.getRootEditPart()
          Returns the RootEditPart.
 RootEditPart EditPart.getRoot()
          Returns the RootEditPart.
 

Methods in org.eclipse.gef with parameters of type RootEditPart
 void EditPartViewer.setRootEditPart(RootEditPart root)
          Sets the root of this viewer.
 

Uses of RootEditPart in org.eclipse.gef.editparts
 

Classes in org.eclipse.gef.editparts that implement RootEditPart
 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 RootTreeEditPart
          The root editpart for a TreeViewer.
 class ScalableFreeformRootEditPart
          Adds Zoom support to the standard FreeformRootEditPart.
 class ScalableRootEditPart
          A graphical root composed of regular Layers.
 

Methods in org.eclipse.gef.editparts that return RootEditPart
 RootEditPart ScalableRootEditPart.getRoot()
          Returns this.
 RootEditPart RootTreeEditPart.getRoot()
          Returns this.
 RootEditPart GraphicalRootEditPart.getRoot()
          Deprecated. Returns this.
 RootEditPart FreeformGraphicalRootEditPart.getRoot()
          Returns this.
 RootEditPart AbstractEditPart.getRoot()
           
 

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

Methods in org.eclipse.gef.ui.parts that return RootEditPart
 RootEditPart AbstractEditPartViewer.getRootEditPart()
           
 

Methods in org.eclipse.gef.ui.parts with parameters of type RootEditPart
 void GraphicalViewerImpl.setRootEditPart(RootEditPart editpart)
           
 void AbstractEditPartViewer.setRootEditPart(RootEditPart editpart)
           
 


Eclipse GEF
2.1

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