public class NormalizWorker
extends javax.swing.SwingWorker<java.lang.Boolean,java.lang.String>
| Constructor and Description |
|---|
NormalizWorker(NormalizConfig normalizConfig)
Creates a new instance of NormalizWorker
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Boolean |
doInBackground()
Executes Normaliz in background
|
protected void |
done()
Notifies the interface of the result of the execution, unless it
was interrupted by the interface.
|
static boolean |
findNormalizExecutables()
Tests whether the Normaliz executables are reachable
|
protected void |
process(java.util.List<java.lang.String> chunks) |
void |
stop()
Interrupts Normaliz
|
public NormalizWorker(NormalizConfig normalizConfig)
normalizConfig - parameters for this Normaliz executionpublic static boolean findNormalizExecutables()
protected java.lang.Boolean doInBackground()
throws java.lang.Exception
doInBackground in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.String>java.lang.Exceptionprotected void process(java.util.List<java.lang.String> chunks)
process in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.String>protected void done()
done in class javax.swing.SwingWorker<java.lang.Boolean,java.lang.String>public void stop()