logbook.gui.reportWizard
Class JFlightLogReportController
java.lang.Object
logbook.gui.reportWizard.JFlightLogReportController
public class JFlightLogReportController
- extends java.lang.Object
Save the logbook to some nice formatted files using the JFreeReport 3rdparty GNU classes! :)
|
Method Summary |
void |
saveLogBookReport(javax.swing.table.TableModel tableModel,
int fileTypeToSave,
java.lang.String fileNameFullPath)
The starting point for the "Hello World" demo application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAVE_PDF
public static final int SAVE_PDF
- See Also:
- Constant Field Values
SAVE_TXT
public static final int SAVE_TXT
- See Also:
- Constant Field Values
SAVE_CSV
public static final int SAVE_CSV
- See Also:
- Constant Field Values
JFlightLogReportController
public JFlightLogReportController()
saveLogBookReport
public void saveLogBookReport(javax.swing.table.TableModel tableModel,
int fileTypeToSave,
java.lang.String fileNameFullPath)
- The starting point for the "Hello World" demo application.
- Parameters:
args - ignored.
Copyright © JFlightLog GNU