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

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

Uses of LayersPanel in com.bbn.openmap.gui
 

Fields in com.bbn.openmap.gui declared as LayersPanel
protected  LayersPanel LayersMenu.layersPanel
          Used by the BeanContext methods to insure that the component we disconnect the edit button from is the same one being removed from the BeanContext.
 

Methods in com.bbn.openmap.gui that return LayersPanel
protected  LayersPanel LayersMenu.getLayersPanel()
          Get the LayersPanel, privately held to keep track of what object is being used from the BeanContext.
 

Methods in com.bbn.openmap.gui with parameters of type LayersPanel
 void LayerControlButtonPanel.removeLayersPanel(LayersPanel panel)
           
protected  void LayersMenu.setLayersPanel(LayersPanel lp)
          Set the LayersPanel privately to keep track of what object is being used from the BeanContext.
 void LayerControlButtonPanel.setLayersPanel(LayersPanel panel)
          Sets this panel to control the LayersPanel.
 void LayersMenu.setupEditLayersButton(LayersPanel lp)
          Given a LayersPanel, set up a JButton to add to the end of the LayersMenu that will trigger the action listener of the LayersPanel.
 

Constructors in com.bbn.openmap.gui with parameters of type LayersPanel
LayerControlButtonPanel(LayersPanel panel)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details