logbook.gui.reportWizard
Class JFlightLogReportWizard

java.lang.Object
  extended by logbook.gui.reportWizard.JFlightLogReportWizard

public class JFlightLogReportWizard
extends java.lang.Object

A very simple JFreeReport demo. The purpose of this demo is to illustrate the basic steps required to connect a report definition with some data and display a report preview on-screen.

In this example, the report definition is created in code. It is also possible to read a report definition from an XML file...that is demonstrated elsewhere.


Constructor Summary
JFlightLogReportWizard()
          Creates and displays a simple report.
 
Method Summary
protected  void executeReport()
           
 java.lang.String getDemoName()
           
 PreviewHandler getPreviewHandler()
           
 void showReportWizard(javax.swing.table.TableModel tableModel)
          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
 

Constructor Detail

JFlightLogReportWizard

public JFlightLogReportWizard()
Creates and displays a simple report.

Method Detail

showReportWizard

public void showReportWizard(javax.swing.table.TableModel tableModel)
The starting point for the "Hello World" demo application.

Parameters:
args - ignored.

executeReport

protected void executeReport()

getPreviewHandler

public PreviewHandler getPreviewHandler()

getDemoName

public java.lang.String getDemoName()


Copyright © JFlightLog GNU