public class RunnableSwingWorker extends AbstractSwingWorker<Void,Void>
SwingWorker.StateValue| Constructor and Description |
|---|
RunnableSwingWorker(Runnable backgroundTask) |
RunnableSwingWorker(String description,
Runnable backgroundTask) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
doInBackground() |
String |
getDescription() |
String |
toString() |
protected void |
uiTask() |
doneaddPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgresspublic RunnableSwingWorker(Runnable backgroundTask)
protected Void doInBackground() throws Exception
doInBackground in class SwingWorker<Void,Void>Exceptionpublic String getDescription()
protected void uiTask()
uiTask in class AbstractSwingWorker<Void,Void>Copyright © 2015 Revolution Systems Inc.. All rights reserved.