gate.gui
Class AnnotationDiffGUI.DiffTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
gate.gui.AnnotationDiffGUI.DiffTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- AnnotationDiffGUI
protected class AnnotationDiffGUI.DiffTableModel
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COL_CNT
protected static final int COL_CNT
- See Also:
- Constant Field Values
COL_KEY_START
protected static final int COL_KEY_START
- See Also:
- Constant Field Values
COL_KEY_END
protected static final int COL_KEY_END
- See Also:
- Constant Field Values
COL_KEY_STRING
protected static final int COL_KEY_STRING
- See Also:
- Constant Field Values
COL_KEY_FEATURES
protected static final int COL_KEY_FEATURES
- See Also:
- Constant Field Values
COL_MATCH
protected static final int COL_MATCH
- See Also:
- Constant Field Values
COL_RES_START
protected static final int COL_RES_START
- See Also:
- Constant Field Values
COL_RES_END
protected static final int COL_RES_END
- See Also:
- Constant Field Values
COL_RES_STRING
protected static final int COL_RES_STRING
- See Also:
- Constant Field Values
COL_RES_FEATURES
protected static final int COL_RES_FEATURES
- See Also:
- Constant Field Values
AnnotationDiffGUI.DiffTableModel
protected AnnotationDiffGUI.DiffTableModel()
getRowCount
public int getRowCount()
getColumnClass
public Class getColumnClass(int columnIndex)
- Specified by:
getColumnClass
in interface TableModel
- Overrides:
getColumnClass
in class AbstractTableModel
getColumnCount
public int getColumnCount()
getColumnName
public String getColumnName(int column)
- Specified by:
getColumnName
in interface TableModel
- Overrides:
getColumnName
in class AbstractTableModel
getBackgroundAt
public Color getBackgroundAt(int row,
int column)
getValueAt
public Object getValueAt(int row,
int column)