logbook.gui.reportWizard
Class JFlightLogReportController

java.lang.Object
  extended by 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! :)


Field Summary
static int SAVE_CSV
           
static int SAVE_PDF
           
static int SAVE_TXT
           
 
Constructor Summary
JFlightLogReportController()
           
 
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
 

Field Detail

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
Constructor Detail

JFlightLogReportController

public JFlightLogReportController()
Method Detail

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