Eclipse GEF
3.2

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 FreeformGraphicalRootEditPart.
 class ScalableRootEditPart
          A graphical root composed of regular Layers.
 class SimpleRootEditPart
          Default implementation of RootEditPart for GraphicalViewers.
 

Methods in org.eclipse.gef.editparts that return RootEditPart
 RootEditPart AbstractEditPart.getRoot()
           
 RootEditPart GraphicalRootEditPart.getRoot()
          Deprecated. Returns this.
 RootEditPart RootTreeEditPart.getRoot()
          Returns this.
 RootEditPart SimpleRootEditPart.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 AbstractEditPartViewer.setRootEditPart(RootEditPart editpart)
           
 void GraphicalViewerImpl.setRootEditPart(RootEditPart editpart)
           
 


Eclipse GEF
3.2

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