org.jfree.report.demo
Class JFreeReportDemo.URLDemoHandler

java.lang.Object
  extended byorg.jfree.report.demo.JFreeReportDemo.DemoHandler
      extended byorg.jfree.report.demo.JFreeReportDemo.URLDemoHandler
Enclosing class:
JFreeReportDemo

protected class JFreeReportDemo.URLDemoHandler
extends JFreeReportDemo.DemoHandler

A URL demo handler.


Constructor Summary
JFreeReportDemo.URLDemoHandler(java.lang.String definitionURL)
          Creates a new handler.
 
Method Summary
 void performPreview(JFreeReportDemo.DemoDefinition def)
          Performs the preview.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFreeReportDemo.URLDemoHandler

public JFreeReportDemo.URLDemoHandler(java.lang.String definitionURL)
Creates a new handler.

Parameters:
definitionURL - the URL for the report definition.
Method Detail

performPreview

public void performPreview(JFreeReportDemo.DemoDefinition def)
Performs the preview.

Specified by:
performPreview in class JFreeReportDemo.DemoHandler
Parameters:
def - the demo definition.