private static interface LayerVisibilityAction.LayerVisibilityMenuEntry
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
getPanel()
Get the panel that should be added to the menu
|
void |
updateLayers(java.util.List<Layer> layers,
boolean allVisible,
boolean allHidden)
Update the displayed value depending on the current layers
|
void updateLayers(java.util.List<Layer> layers, boolean allVisible, boolean allHidden)
layers
- The layersallVisible
- true
if all layers are visibleallHidden
- true
if all layers are hiddenjavax.swing.JComponent getPanel()