org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc
Class StyleKeyReferenceGenerator

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.StyleKeyReferenceGenerator

public final class StyleKeyReferenceGenerator
extends Object

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

Author:
Thomas Morgner.

Method Summary
static TableModel createData()
          Creates the default tablemodel for the stylekey reference generator.
static void main(String[] args)
          The starting point for the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createData

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

Returns:
the tablemodel for the stylekey reference generator.

main

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

Parameters:
args - ignored.