gate.gui
Class SchemaAnnotationEditor.FeaturesTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
gate.gui.SchemaAnnotationEditor.FeaturesTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- SchemaAnnotationEditor
- protected class SchemaAnnotationEditor.FeaturesTableModel
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
ArrayList data
SchemaAnnotationEditor.FeaturesTableModel
public SchemaAnnotationEditor.FeaturesTableModel(Set aData)
fireTableDataChanged
public void fireTableDataChanged()
getColumnCount
public int getColumnCount()
getColumnClass
public Class getColumnClass(int columnIndex)
getColumnName
public String getColumnName(int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
getRowCount
public int getRowCount()
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
- Returns the value at row,column from Table Model
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
- Set the value from the Cell Editor into the table model