public class InvokeMethodSwingWorker<T,V> extends AbstractSwingWorker<T,V>
SwingWorker.StateValue| Constructor and Description |
|---|
InvokeMethodSwingWorker(String description,
Object object,
String backgroundMethodName) |
InvokeMethodSwingWorker(String description,
Object object,
String backgroundMethodName,
Collection<? extends Object> backgroundMethodParameters,
String doneMethodName,
Collection<? extends Object> doneMethodParameters) |
InvokeMethodSwingWorker(String description,
Object object,
String backgroundMethodName,
Collection<Object> parameters) |
InvokeMethodSwingWorker(String description,
Object object,
String backgroundMethodName,
String doneMethodName) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
doInBackground() |
String |
getDescription() |
String |
toString() |
protected void |
uiTask() |
doneaddPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgresspublic InvokeMethodSwingWorker(String description, Object object, String backgroundMethodName)
public InvokeMethodSwingWorker(String description, Object object, String backgroundMethodName, Collection<? extends Object> backgroundMethodParameters, String doneMethodName, Collection<? extends Object> doneMethodParameters)
public InvokeMethodSwingWorker(String description, Object object, String backgroundMethodName, Collection<Object> parameters)
protected T doInBackground() throws Exception
doInBackground in class SwingWorker<T,V>Exceptionpublic String getDescription()
protected void uiTask()
uiTask in class AbstractSwingWorker<T,V>Copyright © 2015 Revolution Systems Inc.. All rights reserved.