com.jrefinery.report.io.ext.factory.objects
Class ObjectReferenceGenerator

java.lang.Object
  |
  +--com.jrefinery.report.io.ext.factory.objects.ObjectReferenceGenerator

public class ObjectReferenceGenerator
extends java.lang.Object

An application that creates a report documenting the object references.

Author:
Thomas Morgner

Constructor Summary
ObjectReferenceGenerator()
           
 
Method Summary
static javax.swing.table.TableModel createData()
          Creates the default tablemodel for the object reference generator.
static void main(java.lang.String[] args)
          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

ObjectReferenceGenerator

public ObjectReferenceGenerator()
Method Detail

createData

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

Returns:
the tablemodel for the object reference generator.

main

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

Parameters:
args - ignored.