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 ClassesNested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValueNested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State - 
Constructor Summary
ConstructorsConstructorDescriptionFirst opens a filechooser for the output file. - 
Method Summary
Modifier and TypeMethodDescriptionprotected FlatFileDistiller.DistillerResultprotected voiddone()Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 doInBackgroundin classSwingWorker<FlatFileDistiller.DistillerResult,String> 
 - 
done
protected void done()- Overrides:
 donein classSwingWorker<FlatFileDistiller.DistillerResult,String> 
 
 -