public class TagCorrectionTableModel extends CorrectionTableModel<TagCorrection>
| Constructor and Description |
|---|
TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections) |
| 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 TagCorrectionTableModel(java.util.List<TagCorrection> tagCorrections)
public int getColumnCount()
getColumnCount in interface javax.swing.table.TableModelgetColumnCount in class CorrectionTableModel<TagCorrection>public java.lang.String getCorrectionColumnName(int colIndex)
getCorrectionColumnName in class CorrectionTableModel<TagCorrection>public java.lang.Object getCorrectionValueAt(int rowIndex, int colIndex)
getCorrectionValueAt in class CorrectionTableModel<TagCorrection>protected boolean isBoldCell(int row, int column)
isBoldCell in class CorrectionTableModel<TagCorrection>