org.jfree.report
public class TableReportDataFactory extends Object implements ReportDataFactory, Cloneable
Constructor Summary | |
---|---|
TableReportDataFactory() | |
TableReportDataFactory(String name, TableModel tableModel) |
Method Summary | |
---|---|
void | addTable(String name, TableModel tableModel) |
Object | clone() |
void | close() |
ReportDataFactory | derive()
Derives a freshly initialized report data factory, which is independend of
the original data factory. |
void | open() |
ReportData | queryData(String query, DataSet parameters)
Queries a datasource. |
void | removeTable(String name) |
Returns:
Parameters: query the name of the table. parameters are ignored for this factory.
Returns: the report data or null.