com.jrefinery.report.io.ext.factory.datasource
Class DataSourceReferenceGenerator

java.lang.Object
  |
  +--com.jrefinery.report.io.ext.factory.datasource.DataSourceReferenceGenerator

public class DataSourceReferenceGenerator
extends java.lang.Object

An application that generates a report that provides style key reference information.

Author:
Thomas Morgner.

Constructor Summary
DataSourceReferenceGenerator()
           
 
Method Summary
static javax.swing.table.TableModel createData()
          Returns the DataSourceReferenceTableModel.
static void main(java.lang.String[] args)
          The starting point for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceReferenceGenerator

public DataSourceReferenceGenerator()
Method Detail

createData

public static javax.swing.table.TableModel createData()
Returns the DataSourceReferenceTableModel.

Returns:
the tablemodel for the reference documentation.

main

public static void main(java.lang.String[] args)
The starting point for the application.

Parameters:
args - ignored.