Package org.jfree.report.modules.misc.tablemodel
TableModel support classes. The SQL support is now a native part of JFreeReport,
and there is no need for ResultSetTableModels at all.
-
Interface Summary Interface Description CloseableTableModel Creation-Date: 05.04.2006, 15:14:25 -
Class Summary Class Description CSVTableModel TableModel
used by theCSVTableModelProducer
class.CSVTableModelProducer Creates aTableModel
using a file formated in CSV for input.JoiningTableModel PrintableTableModel A tablemodel that allows to override the column names.ResultSetTableModelFactory Creates aTableModel
which is backed up by aResultSet
.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