Uses of Interface
org.eclipse.gef.editparts.LayerManager
-
Packages that use LayerManager Package Description org.eclipse.gef.editparts This package contains abstract implementation of the EditPart interface.org.eclipse.gef.ui.parts -
-
Uses of LayerManager in org.eclipse.gef.editparts
Classes in org.eclipse.gef.editparts that implement LayerManager 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 insteadclassScalableFreeformRootEditPartAdds Zoom support to the standard FreeformGraphicalRootEditPart.classScalableRootEditPartA graphical root composed of regularLayers.Methods in org.eclipse.gef.editparts that return LayerManager Modifier and Type Method Description static LayerManagerLayerManager.Helper. find(EditPart part)Finds the LayerManager given any EditPart in the Viewer. -
Uses of LayerManager in org.eclipse.gef.ui.parts
Methods in org.eclipse.gef.ui.parts that return LayerManager Modifier and Type Method Description protected LayerManagerGraphicalViewerImpl. getLayerManager()Convenience method for finding the layer manager.
-