Package org.jfree.report.modules.misc.tablemodel
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.
-
ClassDescriptionCreation-Date: 05.04.2006, 15:14:25
TableModel
used by theCSVTableModelProducer
class.Creates aTableModel
using a file formated in CSV for input.A tablemodel that allows to override the column names.Creates aTableModel
which is backed up by aResultSet
.A tableModel which is backed up by a java.sql.ResultSet.A TableModel that proxies an other tablemodel and cuts rows from the start and/or the end of the other tablemodel.A utility class that prints out information about a TableModel.The module definition for the table model utility classes module.