|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
Methods in com.bbn.openmap.layer with parameters of type SwingWorker | |
protected void |
OMGraphicHandlerLayer.setLayerWorker(SwingWorker worker)
Sets the SwingWorker off to call prepare(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |