Package com.jrefinery.report.tablemodel

TableModel support classes.

See:
          Description

Class Summary
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.
 

Package com.jrefinery.report.tablemodel Description

TableModel support classes.