Interface LayerViewPanelProxy
-
- All Known Implementing Classes:
InfoFrame,JUMPWorkbenchContext,PrimaryInfoFrame,TaskFrame,ViewAttributesPlugIn.ViewAttributesFrame,WorkbenchContext
public interface LayerViewPanelProxyAn object that knows how to get the current LayerViewPanel (if more than one exists, as in the case of an MDI application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayerViewPanelgetLayerViewPanel()
-
-
-
Method Detail
-
getLayerViewPanel
LayerViewPanel getLayerViewPanel()
- Returns:
- null if the LayerViewPanelProxy currently has no associated LayerViewPanel
-
-