Uses of Class
com.bbn.openmap.gui.LayerPane

Packages that use LayerPane
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
 

Uses of LayerPane in com.bbn.openmap.gui
 

Subclasses of LayerPane in com.bbn.openmap.gui
 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.
 

Fields in com.bbn.openmap.gui declared as LayerPane
protected  LayerPane LayersPanel.backgroundLayerSeparator
          A special LayerPane used when the LayersPanel senses that a BufferedLayerMapBean is being used.
 

Fields in com.bbn.openmap.gui with type parameters of type LayerPane
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.
 

Methods in com.bbn.openmap.gui that return LayerPane
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)
           
 

Methods in com.bbn.openmap.gui that return types with arguments of type LayerPane
protected  java.util.List<LayerPane> LayersPanel.getPanes()
           
 

Methods in com.bbn.openmap.gui with parameters of type LayerPane
protected  void LayersPanel.moveLayer(LayerPane lp, java.lang.String command)
          Change a layer's position, with the layer represented by a LayerPane.
 

Method parameters in com.bbn.openmap.gui with type arguments of type LayerPane
 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