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 RootEditPartEditPart. getRoot()Returns theRootEditPart.RootEditPartEditPartViewer. getRootEditPart()Returns theRootEditPart.Methods in org.eclipse.gef with parameters of type RootEditPart Modifier and Type Method Description voidEditPartViewer. 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 classFreeformGraphicalRootEditPartA graphical root that usesFreeformFiguresas the layers in the diagram.classGraphicalRootEditPartDeprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclassRootTreeEditPartThe root editpart for aTreeViewer.classScalableFreeformRootEditPartAdds Zoom support to the standard FreeformGraphicalRootEditPart.classScalableRootEditPartA graphical root composed of regularLayers.classSimpleRootEditPartDefault implementation of RootEditPart for GraphicalViewers.Methods in org.eclipse.gef.editparts that return RootEditPart Modifier and Type Method Description RootEditPartAbstractEditPart. getRoot()RootEditPartGraphicalRootEditPart. getRoot()Deprecated.Returnsthis.RootEditPartRootTreeEditPart. getRoot()Returnsthis.RootEditPartSimpleRootEditPart. 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 RootEditPartAbstractEditPartViewer. getRootEditPart()Methods in org.eclipse.gef.ui.parts with parameters of type RootEditPart Modifier and Type Method Description voidAbstractEditPartViewer. setRootEditPart(RootEditPart editpart)voidGraphicalViewerImpl. setRootEditPart(RootEditPart editpart)
-