|
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 |
|
Helper classes for the demo implementations.