Interface LayerableNamePanel
-
- All Superinterfaces:
LayerManagerProxy
,LayerNamePanel
- All Known Implementing Classes:
AttributeTab
,DummyLayerNamePanel
,OneLayerAttributeTab
,TreeLayerNamePanel
public interface LayerableNamePanel extends LayerNamePanel
This is implemented as an extra interface to keep legacy compatibility for LayerNamePanel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Layerable>
getSelectedLayerables()
-
Methods inherited from interface com.vividsolutions.jump.workbench.model.LayerManagerProxy
getLayerManager
-
Methods inherited from interface com.vividsolutions.jump.workbench.ui.LayerNamePanel
addListener, chooseEditableLayer, dispose, getSelectedCategories, getSelectedLayers, removeListener, selectedNodes
-
-
-
-
Method Detail
-
getSelectedLayerables
Collection<Layerable> getSelectedLayerables()
-
-