Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » demo » [javadoc | source]
org.jfree.report.demo
public class: HelloWorld [javadoc | source]
java.lang.Object
   org.jfree.report.demo.HelloWorld
A very simple JFreeReport demo. The purpose of this demo is to illustrate the basic steps required to connect a report definition with some data and display a report preview on-screen. In this example, the report definition is created in code. It is also possible to read a report definition from an XML file...that is demonstrated elsewhere.
Nested Class Summary:
protected static class  HelloWorld.CloseHandler  Window close handler. 
Constructor:
 public HelloWorld() 
Method from org.jfree.report.demo.HelloWorld Summary:
getDescription,   main
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.demo.HelloWorld Detail:
 public String getDescription() 
    Returns a short description of the demo.
 public static  void main(String[] args) 
    The starting point for the "Hello World" demo application.