org.jfree.report.modules.misc.tablemodel
public class PrintableTableModel extends Object implements TableModel
| Constructor Summary | |
|---|---|
| PrintableTableModel(TableModel source, String[] keys) | |
| Method Summary | |
|---|---|
| void | addTableModelListener(TableModelListener l) |
| Class | getColumnClass(int columnIndex) |
| int | getColumnCount() |
| String | getColumnName(int columnIndex)
Retrieves the internationalized column name from the string array.
|
| int | getRowCount() |
| Object | getValueAt(int rowIndex, int columnIndex) |
| boolean | isCellEditable(int rowIndex, int columnIndex) |
| void | removeTableModelListener(TableModelListener l) |
| void | setValueAt(Object aValue, int rowIndex, int columnIndex) |
See Also: TableModel#getColumnName(int)