org.jfree.report.modules.misc.tablemodel
Class PrintableTableModel
java.lang.Object
org.jfree.report.modules.misc.tablemodel.PrintableTableModel
- TableModel
extends java.lang.Object
implements TableModel
A tablemodel that allows to override the column names. This is usefull
in internationalized environments, where the tablemodel returns diffent
columnnames depending on the current locale.
getColumnName
public String getColumnName(int columnIndex)
Retrieves the internationalized column name from the string array.
TableModel.getColumnName(int)
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)