java.lang.Object
javax.swing.SwingWorker<FlatFileDistiller.DistillerResult,String>
org.jpo.gui.swing.FlatFileDistiller
- All Implemented Interfaces:
Runnable
,Future<FlatFileDistiller.DistillerResult>
,RunnableFuture<FlatFileDistiller.DistillerResult>
a class that exports a tree of chapters to an XML file
-
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
ConstructorDescriptionFirst opens a filechooser for the output file. -
Method Summary
Modifier and TypeMethodDescriptionprotected FlatFileDistiller.DistillerResult
protected void
done()
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, 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
-
FlatFileDistiller
First opens a filechooser for the output file. Optionally asks if the file should be overwritten then- Parameters:
request
- Request
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<FlatFileDistiller.DistillerResult,
String>
-
done
protected void done()- Overrides:
done
in classSwingWorker<FlatFileDistiller.DistillerResult,
String>
-