public class TagCorrectionTableModel extends CorrectionTableModel<TagCorrection>
listenerList
Constructor and Description |
---|
TagCorrectionTableModel(List<TagCorrection> tagCorrections) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount() |
String |
getCorrectionColumnName(int colIndex) |
Object |
getCorrectionValueAt(int rowIndex,
int colIndex) |
protected boolean |
isBoldCell(int row,
int column) |
getApply, getApplyColumn, getColumnClass, getColumnName, getCorrections, getRowCount, getValueAt, isCellEditable, setValueAt
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public TagCorrectionTableModel(List<TagCorrection> tagCorrections)
public int getColumnCount()
getColumnCount
in interface TableModel
getColumnCount
in class CorrectionTableModel<TagCorrection>
public String getCorrectionColumnName(int colIndex)
getCorrectionColumnName
in class CorrectionTableModel<TagCorrection>
public Object getCorrectionValueAt(int rowIndex, int colIndex)
getCorrectionValueAt
in class CorrectionTableModel<TagCorrection>
protected boolean isBoldCell(int row, int column)
isBoldCell
in class CorrectionTableModel<TagCorrection>