Package org.eclipse.gef.editparts
Class LayerManager.Helper
java.lang.Object
org.eclipse.gef.editparts.LayerManager.Helper
- Enclosing interface:
- LayerManager
A static helper
- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LayerManager
Finds the LayerManager given any EditPart in the Viewer.static LayerManager
find
(EditPartViewer viewer) Finds the LayerManager given a Viewer.
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
find
Finds the LayerManager given any EditPart in the Viewer.- Parameters:
part
- any EditPart in a GraphicalViewer- Returns:
- the
LayerManager
-
find
Finds the LayerManager given a Viewer.- Parameters:
viewer
- the viewer for which to search in- Returns:
- the
LayerManager
- Since:
- 3.19
-