public class TrackingWorker extends SwingWorker
| Modifier and Type | Class and Description |
|---|---|
static class |
TrackingWorker.Settings |
SwingWorker.StateValue| Modifier and Type | Field and Description |
|---|---|
static int |
INITIALIZING |
static int |
TRACKING |
| Constructor and Description |
|---|
TrackingWorker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
protected Object |
doInBackground() |
protected void |
done() |
void |
init() |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgresspublic static final int INITIALIZING
public static final int TRACKING
public boolean cancel()
protected Object doInBackground() throws Exception
doInBackground in class SwingWorkerExceptionprotected void done()
done in class SwingWorkerCopyright © 2015. All Rights Reserved.