public class TableReportNoPagingTableModel
public TableReportNoPagingTableModel(TableReport table)
public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int row,
int col)
public java.lang.String getColumnName(int col)
public void resetTable()
Resets the table backing this matrix table model to an empty table.
public java.lang.Object getColumnObject(int columnIndex)
public boolean isCellEditable(int rowIndex,
int columnIndex)
Always returns false.
public void setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex)
No operation.
public void fireTableChanged()
public java.lang.Class<?> getColumnClass(int columnIndex)