gate.gui
Class SerialControllerEditor.MemberPRsTableModel

java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--gate.gui.SerialControllerEditor.MemberPRsTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
SerialControllerEditor

class SerialControllerEditor.MemberPRsTableModel
extends AbstractTableModel

Table model for all the processing resources in the controller.


Field Summary
protected  JLabel green
           
protected  JLabel red
           
protected  JLabel yellow
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
(package private) SerialControllerEditor.MemberPRsTableModel()
           
 
Method Summary
 Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int columnIndex)
           
 int getRowCount()
           
 Object getValueAt(int row, int column)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
           
 
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
 

Field Detail

green

protected JLabel green

red

protected JLabel red

yellow

protected JLabel yellow
Constructor Detail

SerialControllerEditor.MemberPRsTableModel

SerialControllerEditor.MemberPRsTableModel()
Method Detail

getRowCount

public int getRowCount()

getValueAt

public Object getValueAt(int row,
                         int column)

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int columnIndex)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getColumnClass

public Class getColumnClass(int columnIndex)
Specified by:
getColumnClass in interface TableModel
Overrides:
getColumnClass in class AbstractTableModel

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
Specified by:
isCellEditable in interface TableModel
Overrides:
isCellEditable in class AbstractTableModel

setValueAt

public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)
Specified by:
setValueAt in interface TableModel
Overrides:
setValueAt in class AbstractTableModel