Uses of Class
com.bbn.openmap.LayerHandler

Packages that use LayerHandler
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.layer.vpf This package contains code for dealing with NIMA data distributed in Vector Product Format. 
com.bbn.openmap.plugin.graphicLoader The GraphicLoader PlugIn package is designed to provide support for GraphicLoaders, which in turn are objects that need to drive changes in OMGraphics over a map. 
 

Uses of LayerHandler in com.bbn.openmap
 

Methods in com.bbn.openmap with parameters of type LayerHandler
protected static void PropertyHandler.printLayerProperties(LayerHandler layerHandler, PropertyHandler ph, java.io.PrintStream ps, java.util.Properties createdProperties)
          A helper function to createOpenMapProperties that gets the current properties of the layers in the LayerHandler and prints them out to the PrintStream and the provided Properties object.
 

Uses of LayerHandler in com.bbn.openmap.gui
 

Fields in com.bbn.openmap.gui declared as LayerHandler
protected  LayerHandler LayersPanel.layerHandler
          The LayerHandler to listen to for LayerEvents, and also to notify if the layer order should change.
protected  LayerHandler LayersMenu.layerHandler
          The LayerHandler to listen to for layers available for the map.
protected  LayerHandler LayerPane.layerHandler
           
protected  LayerHandler LayerAddPanel.layerHandler
          Holds the LayerHandler.
 

Methods in com.bbn.openmap.gui that return LayerHandler
 LayerHandler LayersPanel.getLayerHandler()
          Get the LayerHandler that the LayersPanel listens to and uses to reorder layers.
 LayerHandler LayersMenu.getLayerHandler()
          Get the LayerHandler that the LayersPanel listens to.
protected  LayerHandler LayerPane.getLayerHandler()
           
 

Methods in com.bbn.openmap.gui with parameters of type LayerHandler
 void LayersPanel.setLayerHandler(LayerHandler lh)
          Set the LayerHandler that the LayersPanel listens to.
protected  void LayersPanel.updateLayerPanes(LayerHandler layerHandler)
          Set the layerpanes with the given layerhandler
protected  LayerPane LayersPanel.createLayerPaneForLayer(Layer layer, LayerHandler layerHandler, javax.swing.ButtonGroup bg)
          Called when a new LayerPane needs to be created for a layer.
 void LayersMenu.setLayerHandler(LayerHandler lh)
          Set the LayerHandler that the LayersPanel listens to.
 void LayerPane.setLayerHandler(LayerHandler in_layerHandler)
           
 

Constructors in com.bbn.openmap.gui with parameters of type LayerHandler
LayersPanel(LayerHandler lHandler)
          Construct the LayersPanel.
LayersMenu(LayerHandler lHandler)
          Construct LayersMenu.
LayersMenu(LayerHandler lHandler, java.lang.String menuName, int menuType)
          Construct LayersMenu.
LayerStatusPane(Layer layer, LayerHandler layerHandler, javax.swing.ButtonGroup bg)
           
LayerPane(Layer layer, LayerHandler layerHandler, javax.swing.ButtonGroup bg)
           
LayerAddPanel(PropertyHandler p, LayerHandler l)
          Creates the LayerPanel.
 

Uses of LayerHandler in com.bbn.openmap.layer.vpf
 

Fields in com.bbn.openmap.layer.vpf declared as LayerHandler
protected  LayerHandler VPFConfig.layerHandler
           
 

Methods in com.bbn.openmap.layer.vpf with parameters of type LayerHandler
static void VPFConfig.createLayer(java.lang.String[] vpfPaths, LayerHandler layerHandler, java.lang.String layerName)
           
static void VPFConfig.createLayer(LibraryBean libraryBean, LayerHandler layerHandler, java.lang.String layerName)
           
 

Constructors in com.bbn.openmap.layer.vpf with parameters of type LayerHandler
VPFConfig(java.lang.String[] dataPaths, LayerHandler layerHandler, java.lang.String layerName)
           
VPFConfig(java.lang.String[] dataPaths, LayerHandler layerHandler, java.lang.String layerName, boolean standAlone)
           
VPFConfig(LibraryBean lb, LayerHandler layerHandler, java.lang.String layerName)
           
 

Uses of LayerHandler in com.bbn.openmap.plugin.graphicLoader
 

Fields in com.bbn.openmap.plugin.graphicLoader declared as LayerHandler
protected  LayerHandler GraphicLoaderConnector.layerHandler
           
 

Methods in com.bbn.openmap.plugin.graphicLoader that return LayerHandler
 LayerHandler GraphicLoaderConnector.getLayerHandler()
           
 

Methods in com.bbn.openmap.plugin.graphicLoader with parameters of type LayerHandler
 void GraphicLoaderConnector.setLayerHandler(LayerHandler lh)
          Set the LayerHandler to be notified with any new PlugIn layers containing the new GraphicLoaderPlugIns.
 



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