Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package jbreport.core

Interface Summary
ReportVisitor Define the operations that are available to iterators walking a ReportElement hierarchy.
ReportVisitorState This is used to define the state of a traversal to the Visitor of a class.
Traversable Defines an interface which allows classes to traverse the hierarchy of elements in a predefined fashion.
XMLAware This interface defines the operations that will be performed on an element that implements this interface during the xml parse tree traversal.
XMLHandler This defines the methods that are available for use by XMLParseElement instances when interaction with the parser is required.
XMLParsingElement This interface defines the methods that should be implemented so that an XML parse tree can be appropriately constructed.
 

Class Summary
AbstractReportElement This provides default implementations of all the interfaces that are implemented by most elements that exist as part of the report framework.
DefaultReportVisitor This is an implementation of the ReportVisitor interface which does nothing.
DefaultXMLParseHandler This is the default xml parser handling class.
Document Represents a complete document that can be rendered to produce a valid output result.
Fragment This element can be inserted into other elements as raw data to be rendered as-is in the final output.
Group This provides a home for both queries and break elements.
Include This will render the named elements that are referenced.
NullReportStylesheet This provides the ReportStylesheet functionality for when the stylesheet does not do anything but return null when queried.
QueryBoundResult This is used to get a particular cell of data from the results of the query to the datasource.
ReportCompositeImpl The default concrete implementation of the ReportComposite interface.
ReportElementFactoryImpl This is the default implementation of the ReportElementFactory interface.
ReportSectionImpl This is the default implementation of a ReportSection instance.
RepositoryImpl This represents a storage area for a bunch of other element types, including but not limited to, datasources, queries, documents, etc.
SectionBreak This provides for breaking a section into sub-sections based on various events.
Style This represents either a style or a set of styles - known as a style-sheet within a repository.
Table This will create a table in the document.
TableColumn This is used to contain the information about the column headers in a table.
TableHeaderRow The implementation of the table header row composite.
TableRow This contains all the data relating to a single row in the table.
TLine This is used to format the output of section headers into a table-like format.
TreeTraverser This class is used to traverse a tree of elements, and call the accept method on each element in the tree.
 

Exception Summary
ElementNotFoundException This exception is thrown when a particular named element could not be found.