|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingworker.SwingWorker<T,V>
org.jdesktop.application.Task<T,V>
net.sourceforge.hivegui.command.AbstractApplicationTask<T,V>
public abstract class AbstractApplicationTask<T,V>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jdesktop.application.Task |
---|
org.jdesktop.application.Task.BlockingScope, org.jdesktop.application.Task.InputBlocker |
Nested classes/interfaces inherited from class org.jdesktop.swingworker.SwingWorker |
---|
org.jdesktop.swingworker.SwingWorker.StateValue |
Field Summary | |
---|---|
protected HiveGuiApplicationMain |
_application
|
protected GenericDialog |
_dialog
|
Constructor Summary | |
---|---|
AbstractApplicationTask(HiveGuiApplicationMain application)
|
|
AbstractApplicationTask(HiveGuiApplicationMain application,
GenericDialog parent)
|
Method Summary | |
---|---|
protected void |
succeeded(T result)
|
Methods inherited from class org.jdesktop.application.Task |
---|
addTaskListener, cancelled, done, failed, finished, getApplication, getContext, getDescription, getExecutionDuration, getInputBlocker, getMessage, getMessageDuration, getResourceMap, getTaskListeners, getTaskService, getTitle, getUserCanCancel, interrupted, isPending, isProgressPropertyValid, isStarted, message, process, removeTaskListener, resourceName, setDescription, setInputBlocker, setMessage, setProgress, setProgress, setProgress, setTitle, setUserCanCancel |
Methods inherited from class org.jdesktop.swingworker.SwingWorker |
---|
addPropertyChangeListener, cancel, doInBackground, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final HiveGuiApplicationMain _application
protected final GenericDialog _dialog
Constructor Detail |
---|
public AbstractApplicationTask(HiveGuiApplicationMain application)
public AbstractApplicationTask(HiveGuiApplicationMain application, GenericDialog parent)
Method Detail |
---|
protected void succeeded(T result)
succeeded
in class org.jdesktop.application.Task<T,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |