The Meta-Environment API

nl.cwi.sen1.tide.tool.ruleinspector
Class RuleSelectorTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by nl.cwi.sen1.tide.tool.ruleinspector.RuleSelectorTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

 class RuleSelectorTableModel
extends javax.swing.table.AbstractTableModel


Field Summary
private  DebugProcess process
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
RuleSelectorTableModel(DebugProcess process)
           
 
Method Summary
 java.lang.Class<?> getColumnClass(int col)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

process

private DebugProcess process
Constructor Detail

RuleSelectorTableModel

public RuleSelectorTableModel(DebugProcess process)
Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

getColumnName

public java.lang.String getColumnName(int col)
Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel

getColumnClass

public java.lang.Class<?> getColumnClass(int col)
Specified by:
getColumnClass in interface javax.swing.table.TableModel
Overrides:
getColumnClass in class javax.swing.table.AbstractTableModel

The Meta-Environment API