public class RoleCorrectionTableModel extends CorrectionTableModel<RoleCorrection>
| Constructor and Description |
|---|
RoleCorrectionTableModel(java.util.List<RoleCorrection> roleCorrections) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
java.lang.String |
getCorrectionColumnName(int colIndex) |
java.lang.Object |
getCorrectionValueAt(int rowIndex,
int colIndex) |
protected boolean |
isBoldCell(int row,
int column) |
getApply, getApplyColumn, getColumnClass, getColumnName, getCorrections, getRowCount, getValueAt, isCellEditable, setValueAtaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerpublic RoleCorrectionTableModel(java.util.List<RoleCorrection> roleCorrections)
public int getColumnCount()
getColumnCount in interface javax.swing.table.TableModelgetColumnCount in class CorrectionTableModel<RoleCorrection>public java.lang.String getCorrectionColumnName(int colIndex)
getCorrectionColumnName in class CorrectionTableModel<RoleCorrection>public java.lang.Object getCorrectionValueAt(int rowIndex, int colIndex)
getCorrectionValueAt in class CorrectionTableModel<RoleCorrection>protected boolean isBoldCell(int row, int column)
isBoldCell in class CorrectionTableModel<RoleCorrection>