public interface ActiveLayersManager extends Feature
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeInternalLayers()
Indicates whether to show internal layers, those whose attribute-value list contains
Constants.INTERNAL_LAYER. |
void |
setIncludeInternalLayers(boolean includeInternalLayers)
Specifies whether to show internal layers.
|
void |
updateLayerList(LayerList layerList)
Replace the contents of the model with the contents of a specified [@link LayerList}.
|
getFeatureID, getName, isOn, isTwoState, turnOninitialize, isInitializedaddPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledactionPerformedpropertyChangeboolean isIncludeInternalLayers()
Constants.INTERNAL_LAYER.void setIncludeInternalLayers(boolean includeInternalLayers)
includeInternalLayers - true for internal layers to be shown, otherwise false.void updateLayerList(LayerList layerList)
layerList - the layer list to display.