Class ExecutorIndeterminateGui
java.lang.Object
javax.swing.SwingWorker<java.lang.Void,org.hortonmachine.gears.ui.progress.ProgressUpdate>
org.hortonmachine.gui.utils.executor.HMExecutor
org.hortonmachine.gui.utils.executor.ExecutorIndeterminateGui
- All Implemented Interfaces:
java.lang.Runnable,java.util.concurrent.Future<java.lang.Void>,java.util.concurrent.RunnableFuture<java.lang.Void>,org.hortonmachine.gears.ui.progress.IProgressPrinter
public abstract class ExecutorIndeterminateGui extends HMExecutor
Executor swingworker with an indetermined monitor that allows for messages.
- Author:
- Andrea Antonello (www.hydrologis.com)
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExecutorIndeterminateGui() -
Method Summary
Methods inherited from class org.hortonmachine.gui.utils.executor.HMExecutor
backGroundWork, doInBackground, done, process, publish, setProgressPrinter
-
Constructor Details
-
ExecutorIndeterminateGui
public ExecutorIndeterminateGui()
-