public class EscherParserWorker extends javax.swing.SwingWorker<java.util.List<de.zbit.io.OpenedFile<EscherMap>>,de.zbit.io.OpenedFile<EscherMap>>
Modifier and Type | Field and Description |
---|---|
static java.util.ResourceBundle |
bundle
Localization support.
|
static java.lang.String |
INTERMERIM_RESULTS |
Constructor and Description |
---|
EscherParserWorker(java.awt.Component parentComponent,
java.io.File... input) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<de.zbit.io.OpenedFile<EscherMap>> |
doInBackground() |
protected void |
process(java.util.List<de.zbit.io.OpenedFile<EscherMap>> chunks) |
public static final java.lang.String INTERMERIM_RESULTS
public static final transient java.util.ResourceBundle bundle
public EscherParserWorker(java.awt.Component parentComponent, java.io.File... input)
input
- protected java.util.List<de.zbit.io.OpenedFile<EscherMap>> doInBackground() throws java.lang.Exception