Class ExecutorProgressPrintStream
- java.lang.Object
-
- javax.swing.SwingWorker<Void,org.hortonmachine.gears.ui.progress.ProgressUpdate>
-
- org.hortonmachine.gui.utils.executor.HMExecutor
-
- org.hortonmachine.gui.utils.executor.ExecutorProgressPrintStream
-
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>,org.hortonmachine.gears.ui.progress.IProgressPrinter
public abstract class ExecutorProgressPrintStream extends HMExecutor
Executor swingworker with anPrintStreamthat allows for messages.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
-
-
Field Summary
-
Fields inherited from class org.hortonmachine.gui.utils.executor.HMExecutor
h, progress, w
-
-
Constructor Summary
Constructors Constructor Description ExecutorProgressPrintStream(PrintStream ps, int max)
-
Method Summary
-
Methods inherited from class org.hortonmachine.gui.utils.executor.HMExecutor
backGroundWork, doInBackground, done, process, publish, setProgressPrinter
-
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, publish, removePropertyChangeListener, run, setProgress
-
-
-
-
Constructor Detail
-
ExecutorProgressPrintStream
public ExecutorProgressPrintStream(PrintStream ps, int max)
-
-