gate.gui.docview
Class AnnotationListView.AnnotationTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
gate.gui.docview.AnnotationListView.AnnotationTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- AnnotationListView
- class AnnotationListView.AnnotationTableModel
- extends AbstractTableModel
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationListView.AnnotationTableModel
AnnotationListView.AnnotationTableModel()
getRowCount
public int getRowCount()
getColumnCount
public int getColumnCount()
getColumnName
public String getColumnName(int column)
getColumnClass
public Class getColumnClass(int column)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
getValueAt
public Object getValueAt(int row,
int column)