Package org.jfree.report.demo.helper

Helper classes for the demo implementations.

See:
          Description

Interface Summary
DemoControler The DemoControler interface provides limited access to the containing demo frame.
DemoHandler A demo handler encapsulates all information that are necessary to completly execute a GUI demo.
DemoSelector A demo selector holds information about a set of demos using the DemoHandler interface and child demo selectors holding other releated demos.
InternalDemoHandler A demo handler allows the generic use of demos in the framework.
PreviewHandler A PreviewHandler knows, what actions should be taken when previewing a report.
XmlDemoHandler An XML demo handler offers generic support for reading the report definition from an XML file.
 

Class Summary
AbstractDemoFrame The AbstractDemoFrame provides some basic functionality shared among all demos.
AbstractDemoHandler The AbstractDemoHandler provides some common implementations that are used by all other demo handlers, and which are of minor interest for the demo's purposes.
AbstractXmlDemoHandler The AbstractXmlDemoHandler helps to simplify demo reports which read their report definition from an XML file.
CompoundDemoFrame The CompoundDemoFrame provides a unified GUI which is able to present more than one demo.
DefaultCloseHandler A Window close handler that either closes the frame, or if the frame is not embedded, shuts down the VM.
DefaultDemoSelector A simple demo selector implementation.
DefaultPreviewHandler The DefaultPreviewHandler creates a PreviewDialog for the current report.
DemoDrawable A simple implementation of the Drawable interface, used for a report demonstration.
DemoHandlerTreeNode The DemoHandlerTreeNode is used to build the tree component to select a single demo from within a CompoundDemoFrame.
DemoSelectorTreeNode A DemoSelectorTreeNode encapsulates a DemoSelector and makes it accessible from within a JTree.
SimpleDemoFrame  
 

Exception Summary
ReportDefinitionException An exception that is thrown, if a report could not be defined.
 

Package org.jfree.report.demo.helper Description

Helper classes for the demo implementations.