gate.gui
Class FeaturesEditor.FeaturesTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
gate.gui.FeaturesEditor.FeaturesTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- FeaturesEditor
- class FeaturesEditor.FeaturesTableModel
- extends AbstractTableModel
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, 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 |
FeaturesEditor.FeaturesTableModel
FeaturesEditor.FeaturesTableModel()
getColumnCount
public int getColumnCount()
getRowCount
public int getRowCount()
getColumnName
public String getColumnName(int columnIndex)
getColumnClass
public Class getColumnClass(int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)