Uses of Interface
org.eclipse.gef.RootEditPart
Packages that use RootEditPart
Package
Description
All interfaces, base types, and the plugin class are here.
This package contains abstract implementation of the EditPart interface.
-
Uses of RootEditPart in org.eclipse.gef
Methods in org.eclipse.gef that return RootEditPartModifier and TypeMethodDescriptionEditPart.getRoot()
Returns theRootEditPart
.EditPartViewer.getRootEditPart()
Returns theRootEditPart
.Methods in org.eclipse.gef with parameters of type RootEditPartModifier and TypeMethodDescriptionvoid
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 RootEditPartModifier and TypeClassDescriptionclass
A graphical root that usesFreeformFigures
as the layers in the diagram.class
Deprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclass
The root editpart for aTreeViewer
.class
Adds Zoom support to the standard FreeformGraphicalRootEditPart.class
A graphical root composed of regularLayers
.class
Default implementation of RootEditPart for GraphicalViewers.Methods in org.eclipse.gef.editparts that return RootEditPart -
Uses of RootEditPart in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return RootEditPartMethods in org.eclipse.gef.ui.parts with parameters of type RootEditPartModifier and TypeMethodDescriptionvoid
AbstractEditPartViewer.setRootEditPart
(RootEditPart editpart) void
GraphicalViewerImpl.setRootEditPart
(RootEditPart editpart)