gate.gui
Class DocumentEditor.AnnotationsTableModel

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

protected class DocumentEditor.AnnotationsTableModel
extends AbstractTableModel

A custom table model used to render a table containing the annotations from a set of annotation sets. The columns will be: Type, Set, Start, End, Features

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
DocumentEditor.AnnotationsTableModel()
           
 
Method Summary
 Class getColumnClass(int column)
           
 int getColumnCount()
           
 String getColumnName(int column)
           
 int getRowCount()
           
 Object getValueAt(int row, int column)
           
 
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
 

Constructor Detail

DocumentEditor.AnnotationsTableModel

public DocumentEditor.AnnotationsTableModel()
Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int column)

getColumnClass

public Class getColumnClass(int column)

getValueAt

public Object getValueAt(int row,
                         int column)