public class RoleCorrectionTableModel extends CorrectionTableModel<RoleCorrection>
| Constructor and Description |
|---|
RoleCorrectionTableModel(java.util.List<RoleCorrection> roleCorrections)
Constructs a new
RoleCorrectionTableModel. |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
java.lang.String |
getCorrectionColumnName(int colIndex)
Returns the column name for columns other than "Apply".
|
java.lang.Object |
getCorrectionValueAt(int rowIndex,
int colIndex)
Returns the correction value at given position.
|
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)
RoleCorrectionTableModel.roleCorrections - list of role correctionspublic int getColumnCount()
public java.lang.String getCorrectionColumnName(int colIndex)
CorrectionTableModelgetCorrectionColumnName in class CorrectionTableModel<RoleCorrection>colIndex - column indexCorrectionTableModel.getApplyColumn()public java.lang.Object getCorrectionValueAt(int rowIndex, int colIndex)
CorrectionTableModelgetCorrectionValueAt in class CorrectionTableModel<RoleCorrection>rowIndex - row indexcolIndex - column indexprotected boolean isBoldCell(int row, int column)
isBoldCell in class CorrectionTableModel<RoleCorrection>