com.jrefinery.report.ext.junit
Class TestSystem

java.lang.Object
  extended bycom.jrefinery.report.ext.junit.TestSystem

public class TestSystem
extends java.lang.Object


Constructor Summary
TestSystem()
           
 
Method Summary
static com.jrefinery.report.JFreeReport loadReport(java.lang.String urlname, javax.swing.table.TableModel data)
           
static void main(java.lang.String[] args)
           
static void showPreviewFrame(com.jrefinery.report.JFreeReport report1)
           
static void showPreviewFrameWExit(com.jrefinery.report.JFreeReport report1, boolean close)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSystem

public TestSystem()
Method Detail

loadReport

public static com.jrefinery.report.JFreeReport loadReport(java.lang.String urlname,
                                                          javax.swing.table.TableModel data)

showPreviewFrame

public static void showPreviewFrame(com.jrefinery.report.JFreeReport report1)
                             throws com.jrefinery.report.ReportProcessingException
Throws:
com.jrefinery.report.ReportProcessingException

showPreviewFrameWExit

public static void showPreviewFrameWExit(com.jrefinery.report.JFreeReport report1,
                                         boolean close)
                                  throws com.jrefinery.report.ReportProcessingException
Throws:
com.jrefinery.report.ReportProcessingException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception