protected class FiscalControlExportViewHandler.ExportWorker extends SwingWorker<ExportResult,Void>
SwingWorker.StateValue| Modifier and Type | Field and Description |
|---|---|
protected EntryBook |
entryBookAtNew |
protected File |
exportFile |
protected FiscalPeriod |
fiscalPeriod |
| Constructor and Description |
|---|
FiscalControlExportViewHandler.ExportWorker(FiscalPeriod fiscalPeriod,
EntryBook entryBookAtNew,
File exportFile) |
| Modifier and Type | Method and Description |
|---|---|
protected ExportResult |
doInBackground() |
protected void |
done() |
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgressprotected FiscalPeriod fiscalPeriod
protected EntryBook entryBookAtNew
protected File exportFile
public FiscalControlExportViewHandler.ExportWorker(FiscalPeriod fiscalPeriod, EntryBook entryBookAtNew, File exportFile)
protected ExportResult doInBackground() throws Exception
doInBackground in class SwingWorker<ExportResult,Void>Exceptionprotected void done()
done in class SwingWorker<ExportResult,Void>Copyright © 2008–2015 CodeLutin. All rights reserved.