Uses of Interface
org.eclipse.gef.editparts.LayerManager
Packages that use LayerManager
Package
Description
This package contains abstract implementation of the EditPart interface.
- 
Uses of LayerManager in org.eclipse.gef.editpartsClasses in org.eclipse.gef.editparts that implement LayerManagerModifier and TypeClassDescriptionclassA graphical root that usesFreeformFiguresas the layers in the diagram.classDeprecated.this class will be deleted, use ScrollingGraphicalViewer with ScalableRootEditPart insteadclassAdds Zoom support to the standard FreeformGraphicalRootEditPart.classA graphical root composed of regularLayers.Methods in org.eclipse.gef.editparts that return LayerManagerModifier and TypeMethodDescriptionstatic LayerManagerFinds the LayerManager given any EditPart in the Viewer.static LayerManagerLayerManager.Helper.find(EditPartViewer viewer) Finds the LayerManager given a Viewer.
- 
Uses of LayerManager in org.eclipse.gef.ui.partsMethods in org.eclipse.gef.ui.parts that return LayerManagerModifier and TypeMethodDescriptionprotected LayerManagerGraphicalViewerImpl.getLayerManager()Convenience method for finding the layer manager.