Interface LayerableNamePanelProxy
-
- All Known Implementing Classes:
JUMPWorkbenchContext
,PlugInContext
,TaskFrame
,WorkbenchContext
public interface LayerableNamePanelProxy
Defines a proxy for aLayerableNamePanel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayerableNamePanel
getLayerableNamePanel()
-
-
-
Method Detail
-
getLayerableNamePanel
LayerableNamePanel getLayerableNamePanel()
- Returns:
- null if the LayerableViewPanelProxy currently has no associated LayerViewPanel
-
-