|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.TableReportDataFactory
public class TableReportDataFactory
Creation-Date: 21.02.2006, 17:59:32
Constructor Summary | |
---|---|
TableReportDataFactory()
|
|
TableReportDataFactory(java.lang.String name,
javax.swing.table.TableModel tableModel)
|
Method Summary | |
---|---|
void |
addTable(java.lang.String name,
javax.swing.table.TableModel tableModel)
|
java.lang.Object |
clone()
|
void |
close()
Closes the report data factory and all report data instances that have been returned by this instance. |
ReportDataFactory |
derive()
Derives a freshly initialized report data factory, which is independend of the original data factory. |
void |
open()
|
ReportData |
queryData(java.lang.String query,
DataSet parameters)
Queries a datasource. |
void |
removeTable(java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableReportDataFactory()
public TableReportDataFactory(java.lang.String name, javax.swing.table.TableModel tableModel)
Method Detail |
---|
public void addTable(java.lang.String name, javax.swing.table.TableModel tableModel)
public void removeTable(java.lang.String name)
public ReportData queryData(java.lang.String query, DataSet parameters) throws ReportDataFactoryException
queryData
in interface ReportDataFactory
query
- the name of the table.parameters
- are ignored for this factory.
ReportDataFactoryException
public void open()
open
in interface ReportDataFactory
public void close()
ReportDataFactory
close
in interface ReportDataFactory
public ReportDataFactory derive()
derive
in interface ReportDataFactory
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |