com.jrefinery.report.io.ext.factory.stylekey
Class StyleKeyReferenceGenerator

java.lang.Object
  extended bycom.jrefinery.report.io.ext.factory.stylekey.StyleKeyReferenceGenerator

public class StyleKeyReferenceGenerator
extends java.lang.Object

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

Author:
Thomas Morgner.

Constructor Summary
StyleKeyReferenceGenerator()
           
 
Method Summary
static javax.swing.table.TableModel createData()
          Creates the default tablemodel for the stylekey reference generator.
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

StyleKeyReferenceGenerator

public StyleKeyReferenceGenerator()
Method Detail

createData

public static javax.swing.table.TableModel createData()
Creates the default tablemodel for the stylekey reference generator.

Returns:
the tablemodel for the stylekey reference generator.

main

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

Parameters:
args - ignored.