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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LayerManagerFinds the LayerManager given any EditPart in the Viewer.static LayerManagerfind(EditPartViewer viewer) Finds the LayerManager given a Viewer.
- 
Constructor Details- 
Helperpublic Helper()
 
- 
- 
Method Details- 
findFinds the LayerManager given any EditPart in the Viewer.- Parameters:
- part- any EditPart in a GraphicalViewer
- Returns:
- the LayerManager
 
- 
findFinds the LayerManager given a Viewer.- Parameters:
- viewer- the viewer for which to search in
- Returns:
- the LayerManager
- Since:
- 3.19
 
 
-