Class ProgressWorker
java.lang.Object
javax.swing.SwingWorker
com.bc.ceres.swing.progress.ProgressMonitorSwingWorker
org.esa.snap.ui.tooladapter.model.ProgressWorker
- All Implemented Interfaces:
Runnable
,Future
,RunnableFuture
public class ProgressWorker
extends com.bc.ceres.swing.progress.ProgressMonitorSwingWorker
Simple graphical progress worker for a runnable task.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bc.ceres.swing.progress.ProgressMonitorSwingWorker
doInBackground, executeWithBlocking, getDialogProgressMonitor
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
ProgressWorker
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classcom.bc.ceres.swing.progress.ProgressMonitorSwingWorker
- Throws:
Exception
-