Package org.eclipse.gef.editparts
Interface LayerManager
-
- All Known Implementing Classes:
FreeformGraphicalRootEditPart,GraphicalRootEditPart,ScalableFreeformRootEditPart,ScalableRootEditPart
public interface LayerManagerResponsible for locating layers in aGraphicalViewer. Layers are just transparentfigures.Typically, the
RootEditPartwill register() itself as the LayerManager for the GraphicalViewer. All other EditParts/EditPolicies looking for a layer use the Viewer'seditPartRegsitryto find theLayerManager.- Since:
- 2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLayerManager.HelperA static helper
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectIDThis key used to register the LayerManager in the Viewer's EditPartRegistry.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.draw2d.IFiguregetLayer(java.lang.Object key)Returns a specified layer.
-