Package org.jfree.report.modules.misc.tablemodel

TableModel support classes.

See:
          Description

Interface Summary
CloseableTableModel Creation-Date: 05.04.2006, 15:14:25
 

Class Summary
CSVTableModel TableModel used by the CSVTableModelProducer class.
CSVTableModelProducer Creates a TableModel using a file formated in CSV for input.
JoiningTableModel  
PrintableTableModel A tablemodel that allows to override the column names.
ResultSetTableModelFactory Creates a TableModel which is backed up by a ResultSet.
ScrollableResultSetTableModel A tableModel which is backed up by a java.sql.ResultSet.
SubSetTableModel A TableModel that proxies an other tablemodel and cuts rows from the start and/or the end of the other tablemodel.
TableModelInfo A utility class that prints out information about a TableModel.
TableModelModule The module definition for the table model utility classes module.
TypeMapper  
 

Package org.jfree.report.modules.misc.tablemodel Description

TableModel support classes. The SQL support is now a native part of JFreeReport, and there is no need for ResultSetTableModels at all.