Interface LayerViewPanelProxy
-
- All Known Implementing Classes:
InfoFrame
,JUMPWorkbenchContext
,PrimaryInfoFrame
,TaskFrame
,ViewAttributesPlugIn.ViewAttributesFrame
,WorkbenchContext
public interface LayerViewPanelProxy
An 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 LayerViewPanel
getLayerViewPanel()
-
-
-
Method Detail
-
getLayerViewPanel
LayerViewPanel getLayerViewPanel()
- Returns:
- null if the LayerViewPanelProxy currently has no associated LayerViewPanel
-
-