|
Class Summary |
| AbstractFormLens |
The AbstractFormLens class provides default implementations for most
of the methods defined in the FormLens interface. |
| AbstractTableLens |
The AbstractTableLens class provides default implementations for most
of the methods defined in the TableLens interface. |
| AttributeFormLens |
AttributeFormLens is a form lens decorator. |
| AttributeTableLens |
The AttributeTableLens is a decorator table. |
| CalcTableLens |
The CalcTableLens provides an extended interface for a fixed size table. |
| CalcTableLens.Adjuster |
Interface for adjusting row/column index. |
| CalcTableLens.Formula |
Class to hold a cell formula. |
| CompositeTableLens |
CompositeTableLens can be used to combine two tables into one table. |
| CORBATableLens |
The CORBATableLens is an interface to present a CORBA structure list
as the content of a table. |
| CrossJoinTableLens |
CrossJoinTableLens cross joins two table lenses. |
| DataSetTable |
The DataSetTable class can be used to create a table corresponding to
a data set. |
| DefaultCompositeLens |
It takes a ReportSheet as constructor argument, and returns elements
in the report from nextElement(). |
| DefaultFormLens |
The DefaultFormLens implements the FormLens interface, and provides
a container that can be used to store the contents of a form. |
| DefaultHeadingFormat |
The DefaultHeadingFormat is a default implementation of the HeadingFormat
interface. |
| DefaultHeadingLens |
The DefaultHeadingLens is a default implementation of the HeadingLens
interface. |
| DefaultSectionLens |
DefaultSectionLens is a default implementation of the SectionLens
interface. |
| DefaultSectionLens.SectionCellBindingInfo |
Section binding info. |
| DefaultTableDataDescriptor |
The DefaultTableDataDescriptor class provides default implementations for most
of the methods defined in the TableDataDescriptor interface. |
| DefaultTableLens |
The DefaultTableLens class provides a default implementation of the
TableLens interface. |
| DefaultTextLens |
A wrapper class for a text string to provide a TextLens interface. |
| DistinctTableLens |
Distinct table lens filters out duplicate table rows. |
| ElementContainer |
A container can be added to a report template in report designer. |
| FormulaTableLens |
FormulaTableLens can be used to add more columns to a table. |
| FormulaTableLens.HeaderInfo |
Formula header info, include the formula header name, its original column
header name, and the default created meta info for this formula header,
and the really meta info for this formula header is this meta info merge
with the original column's meta info. |
| HeaderRowTableLens |
Header row table lens. |
| IntersectTableLens |
Intersect table lens does the intersect operation. |
| JDBCTableLens |
The JDBCTableLens is an interface to present the result of a SQL
query as the content of a table. |
| JoinTableLens |
A JoinTableLens provides the results of a join between two other TableLens
objects. |
| LowerLetterHeadingFormat |
The LetterHeadingFormat is a implementation of the HeadingFormat interface. |
| MaxRowsTableLens |
Max rows table lens returns limited table rows. |
| MaxRowsTableLens2 |
Max rows table lens returns limited table rows. |
| MergedJoinTableLens |
MergedJoinTableLens merges two table lenses side by side. |
| MinusTableLens |
Minus table lens does the minus operation. |
| PagedTableLens |
This class implements paged table lens. |
| ParagraphLens |
This class converts a text string into paragraphs. |
| RankingTableLens |
RankingTableLens performs one ranking operation on a table lens. |
| RomanHeadingFormat |
The RomanHeadingFormat is a implementation of the HeadingFormat interface. |
| RotatedTableLens |
The RotatedTableLens transforms a table by rotating the table. |
| SelfJoinTableLens |
Self join table lens performs self-join on a base table lens. |
| SetTableLens |
Set table lens implements most of the functions to do a set operation on
one/two tables. |
| SetTableLens.Row |
Row locates a row in a table. |
| SingleDefaultHeadingFormat |
The DefaultHeadingFormat is a default implementation of the HeadingFormat
interface. |
| SingleLowerLetterHeadingFormat |
The LetterHeadingFormat is a implementation of the HeadingFormat interface. |
| SingleRomanHeadingFormat |
The RomanHeadingFormat is a implementation of the HeadingFormat interface. |
| SingleUpperLetterHeadingFormat |
The UpperLetterHeadingFormat is a implementation of the
HeadingFormat interface. |
| StreamTextLens |
The StreamTextLens allows using inputstream, file, or URL as the data
source for a text lens. |
| SubTableLens |
The SubTableLens extracts a region of an existing table and present
the region as a table. |
| TextTableLens |
The TextTableLens is an interface to present delimited text stream
as a table. |
| UnionTableLens |
Union table lens does the union operation. |
| UpperLetterHeadingFormat |
The UpperLetterHeadingFormat is a implementation of the
HeadingFormat interface. |