Uses of Interface
org.eclipse.gef.RootEditPart
-
Packages that use RootEditPart Package Description 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 Modifier and Type Method Description RootEditPart
EditPart. getRoot()
Returns theRootEditPart
.RootEditPart
EditPartViewer. getRootEditPart()
Returns theRootEditPart
.Methods in org.eclipse.gef with parameters of type RootEditPart Modifier and Type Method Description 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 Modifier and Type Class Description class
FreeformGraphicalRootEditPart
A graphical root that usesFreeformFigures
as the layers in the diagram.class
GraphicalRootEditPart
Deprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclass
RootTreeEditPart
The root editpart for aTreeViewer
.class
ScalableFreeformRootEditPart
Adds Zoom support to the standard FreeformGraphicalRootEditPart.class
ScalableRootEditPart
A graphical root composed of regularLayers
.class
SimpleRootEditPart
Default implementation of RootEditPart for GraphicalViewers.Methods in org.eclipse.gef.editparts that return RootEditPart Modifier and Type Method Description RootEditPart
AbstractEditPart. getRoot()
RootEditPart
GraphicalRootEditPart. getRoot()
Deprecated.Returnsthis
.RootEditPart
RootTreeEditPart. getRoot()
Returnsthis
.RootEditPart
SimpleRootEditPart. getRoot()
-
Uses of RootEditPart in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return RootEditPart Modifier and Type Method Description RootEditPart
AbstractEditPartViewer. getRootEditPart()
Methods in org.eclipse.gef.ui.parts with parameters of type RootEditPart Modifier and Type Method Description void
AbstractEditPartViewer. setRootEditPart(RootEditPart editpart)
void
GraphicalViewerImpl. setRootEditPart(RootEditPart editpart)
-