Uses of Interface
com.bbn.openmap.util.ISwingWorker

Packages that use ISwingWorker
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. 
com.bbn.openmap.util Provide miscellaneous utility classes for OpenMap. 
 

Uses of ISwingWorker in com.bbn.openmap.layer
 

Fields in com.bbn.openmap.layer declared as ISwingWorker
protected  ISwingWorker<OMGraphicList> 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 ISwingWorker
protected  ISwingWorker<OMGraphicList> OMGraphicHandlerLayer.createLayerWorker()
          Called from within the layer to create a LayerWorker to use for the prepare() method.
protected  ISwingWorker<OMGraphicList> OMGraphicHandlerLayer.getLayerWorker()
           
 

Methods in com.bbn.openmap.layer with parameters of type ISwingWorker
protected  void OMGraphicHandlerLayer.setLayerWorker(ISwingWorker<OMGraphicList> worker)
          Sets the SwingWorker off to call prepare().
protected  void OMGraphicHandlerLayer.workerComplete(ISwingWorker<OMGraphicList> worker)
          The LayerWorker calls this method on the layer when it is done working.
 

Uses of ISwingWorker in com.bbn.openmap.util
 

Classes in com.bbn.openmap.util that implement ISwingWorker
 class PooledSwingWorker<T>
           
 class SwingWorker<T>
          This class used to be based on the 3rd version of SwingWorker.
 



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