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, removeTableModelListener
protected 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 TableModel
getColumnClass
in class AbstractTableModel
public int getColumnCount()
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Color getBackgroundAt(int row, int column)
public Object getValueAt(int row, int column)
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
Copyright © 2024 GATE. All rights reserved.