public static interface Layer.LayerAction
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
createMenuComponent()
Creates and return the menu component.
|
boolean |
supportLayers(java.util.List<Layer> layers)
Determines if this action supports a given list of layers.
|
boolean supportLayers(java.util.List<Layer> layers)
layers
- list of layerstrue
if this action supports the given list of layers, false
otherwisejava.awt.Component createMenuComponent()