gate.gui.docview
Class AnnotationListView.AnnotationTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended bygate.gui.docview.AnnotationListView.AnnotationTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
AnnotationListView

class AnnotationListView.AnnotationTableModel
extends AbstractTableModel


Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
(package private) AnnotationListView.AnnotationTableModel()
           
 
Method Summary
 Class getColumnClass(int column)
           
 int getColumnCount()
           
 String getColumnName(int column)
           
 int getRowCount()
           
 Object getValueAt(int row, int column)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 
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
 

Constructor Detail

AnnotationListView.AnnotationTableModel

AnnotationListView.AnnotationTableModel()
Method Detail

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)