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

TableModel support classes.

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 ======================================== JFreeReport : a free Java report library ======================================== Project Info: http://reporting.pentaho.org/ (C) Copyright 2000-2007, by Object Refinery Limited, Pentaho Corporation and Contributors.
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
TableModel support classes. The SQL support is now a native part of JFreeReport, and there is no need for ResultSetTableModels at all.