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