protected static class LayerPanel.SelectLayerAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
protected Layer |
layer |
protected boolean |
selected |
protected WorldWindow |
wwd |
Constructor and Description |
---|
SelectLayerAction(WorldWindow wwd,
Layer layer,
boolean selected) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent actionEvent) |
protected Layer layer
protected boolean selected
protected WorldWindow wwd
public SelectLayerAction(WorldWindow wwd, Layer layer, boolean selected)