public interface PortableViewLayersEditor extends PortableViewSwingComponent
Component which shows all layers of a PortableViewCompilation and
allows user to change it.
| Modifier and Type | Method and Description |
|---|---|
void |
addLayersToGroup(java.util.List<FLayer> layers)
Adds all layers to the first selected layer group
|
PortableViewCompilationEditor |
getCompilationEditor()
Gets current compilation editor attached
|
java.util.List<FLayer> |
getSelectedLayers()
Gets selected layers
|
void |
removeSelectedLayers()
Remove selected layers
|
void |
setCompilationEditor(PortableViewCompilationEditor compilationEditor)
Attach to a compilation editor
|
getSwingComponentvoid setCompilationEditor(PortableViewCompilationEditor compilationEditor)
compilation - PortableViewCompilationEditor getCompilationEditor()
java.util.List<FLayer> getSelectedLayers()
void removeSelectedLayers()
void addLayersToGroup(java.util.List<FLayer> layers) throws LoadLayerException, CancelationException
layers - CancelationExceptionLoadLayerException