public class LoadingWorker extends AbstractSwingWorker<List<LayerRecord>,Void>
SwingWorker.StateValue| Constructor and Description |
|---|
LoadingWorker(RecordStoreLayer layer,
BoundingBox viewportBoundingBox) |
| Modifier and Type | Method and Description |
|---|---|
protected List<LayerRecord> |
doInBackground() |
AbstractLayer |
getLayer() |
BoundingBox |
getViewportBoundingBox() |
String |
toString() |
protected void |
uiTask() |
doneaddPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgresspublic LoadingWorker(RecordStoreLayer layer, BoundingBox viewportBoundingBox)
protected List<LayerRecord> doInBackground() throws Exception
doInBackground in class SwingWorker<List<LayerRecord>,Void>Exceptionpublic AbstractLayer getLayer()
public BoundingBox getViewportBoundingBox()
protected void uiTask()
uiTask in class AbstractSwingWorker<List<LayerRecord>,Void>Copyright © 2015 Revolution Systems Inc.. All rights reserved.