Package | Description |
---|---|
com.bbn.openmap.gui |
This package contains the main OpenMap Swing GUI components.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerStatusPane
A LayerStatusPane is an extension to the LayerPane, where it is a
listener to the Layer and shows the layer status in the GUI.
|
Modifier and Type | Field and Description |
---|---|
protected LayerPane |
LayersPanel.backgroundLayerSeparator
A special LayerPane used when the LayersPanel senses that a
BufferedLayerMapBean is being used.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable<Layer,LayerPane> |
LayersPanel.paneLookUp
Hashtable that tracks LayerPanes for layers, with the layer as the key
and LayerPane as the value.
|
protected java.util.List<LayerPane> |
LayersPanel.panes
The components holding the layer name label, the on/off indicator and on
button, and the palette on/off indicator and palette on button.
|
Modifier and Type | Method and Description |
---|---|
protected LayerPane |
LayersPanel.createLayerPaneForLayer(Layer layer,
LayerHandler layerHandler,
javax.swing.ButtonGroup bg)
Called when a new LayerPane needs to be created for a layer.
|
protected LayerPane |
LayersPanel.findSelectedPane()
Find the selected LayerPane in the current LayerPane list.
|
static LayerPane |
LayerPane.getBackgroundLayerSeparator(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<LayerPane> |
LayersPanel.getPanes() |
Modifier and Type | Method and Description |
---|---|
protected void |
LayersPanel.moveLayer(LayerPane lp,
java.lang.String command)
Change a layer's position, with the layer represented by a LayerPane.
|
Modifier and Type | Method and Description |
---|---|
void |
LayersPanel.deletePanes(java.util.List<LayerPane> dpanes) |
protected void |
LayersPanel.setPanes(java.util.List<LayerPane> lpa) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details