protected class AnnotationDiffGUI.DiffTableModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected static int |
COL_COUNT |
protected static int |
COL_KEY_COPY |
protected static int |
COL_KEY_END |
protected static int |
COL_KEY_FEATURES |
protected static int |
COL_KEY_START |
protected static int |
COL_KEY_STRING |
protected static int |
COL_MATCH |
protected static int |
COL_RES_COPY |
protected static int |
COL_RES_END |
protected static int |
COL_RES_FEATURES |
protected static int |
COL_RES_START |
protected static int |
COL_RES_STRING |
listenerList| Modifier | Constructor and Description |
|---|---|
protected |
DiffTableModel() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundAt(int row,
int column) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
Object |
getValueAt(int row,
int column) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerprotected static final int COL_COUNT
protected static final int COL_KEY_START
protected static final int COL_KEY_END
protected static final int COL_KEY_STRING
protected static final int COL_KEY_FEATURES
protected static final int COL_KEY_COPY
protected static final int COL_MATCH
protected static final int COL_RES_COPY
protected static final int COL_RES_START
protected static final int COL_RES_END
protected static final int COL_RES_STRING
protected static final int COL_RES_FEATURES
public int getRowCount()
public Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic int getColumnCount()
public String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Color getBackgroundAt(int row, int column)
public Object getValueAt(int row, int column)
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelCopyright © 2024 GATE. All rights reserved.