public class TuttiActionSwingWorker<A extends AbstractTuttiAction> extends SwingWorker<Void,String>
| Modifier and Type | Class and Description |
|---|---|
protected class |
TuttiActionSwingWorker.TuttiActionTimerTask |
SwingWorker.StateValue| Modifier and Type | Field and Description |
|---|---|
protected A |
action |
protected TuttiActionUI |
actionUI |
protected Throwable |
error |
protected TimerTask |
timer |
| Modifier | Constructor and Description |
|---|---|
protected |
TuttiActionSwingWorker(A action) |
| Modifier and Type | Method and Description |
|---|---|
protected Void |
doInBackground() |
protected void |
done() |
Throwable |
getError() |
boolean |
isFailed() |
protected void |
updateBusyState(boolean busy) |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressprotected final TuttiActionUI actionUI
protected final A extends AbstractTuttiAction action
protected Throwable error
protected TimerTask timer
protected TuttiActionSwingWorker(A action)
public Throwable getError()
public boolean isFailed()
protected Void doInBackground() throws Exception
doInBackground in class SwingWorker<Void,String>Exceptionprotected void done()
done in class SwingWorker<Void,String>protected void updateBusyState(boolean busy)
Copyright © 2012-2013 Ifremer. All Rights Reserved.