Uses of Class
com.bbn.openmap.util.SwingWorker

Packages that use SwingWorker
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
 

Uses of SwingWorker in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as SwingWorker
protected  SwingWorker OMGraphicHandlerLayer.layerWorker
          A SwingWorker that can be used for gathering OMGraphics or doing other work in a different thread.
 

Methods in com.bbn.openmap.layer that return SwingWorker
protected  SwingWorker OMGraphicHandlerLayer.getLayerWorker()
           
protected  SwingWorker OMGraphicHandlerLayer.createLayerWorker()
          Called from within the layer to create a LayerWorker to use for the prepare() method.
 

Methods in com.bbn.openmap.layer with parameters of type SwingWorker
protected  void OMGraphicHandlerLayer.setLayerWorker(SwingWorker worker)
          Sets the SwingWorker off to call prepare().
 



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