gate.gui
Class SerialControllerEditor.LoadedPRsTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
gate.gui.SerialControllerEditor.LoadedPRsTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- SerialControllerEditor
- class SerialControllerEditor.LoadedPRsTableModel
- extends AbstractTableModel
Table model for all the loaded processing resources that are not part of
the controller.
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 |
nameComparator
NameComparator nameComparator
SerialControllerEditor.LoadedPRsTableModel
SerialControllerEditor.LoadedPRsTableModel()
getRowCount
public int getRowCount()
getValueAt
public Object getValueAt(int row,
int column)
getColumnCount
public int getColumnCount()
getColumnName
public String getColumnName(int columnIndex)
getColumnClass
public Class getColumnClass(int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)