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.editparts
Classes in org.eclipse.gef.editparts that implement LayerManagerModifier 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
Adds Zoom support to the standard FreeformGraphicalRootEditPart.class
A graphical root composed of regularLayers
.Methods in org.eclipse.gef.editparts that return LayerManagerModifier and TypeMethodDescriptionstatic LayerManager
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 LayerManagerModifier and TypeMethodDescriptionprotected LayerManager
GraphicalViewerImpl.getLayerManager()
Convenience method for finding the layer manager.