edu.stanford.smi.protegex.owl.ui.metrics.lang
Class DLExpressivityTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byedu.stanford.smi.protegex.owl.ui.metrics.lang.DLExpressivityTableModel
All Implemented Interfaces:
Serializable, TableModel

public class DLExpressivityTableModel
extends AbstractTableModel

User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Oct 22, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

See Also:
Serialized Form

Field Summary
static String[] COLUMNS
           
static int EXPLANATION_COLUMN
           
private  List features
           
static int SYMBOL_COLUMN
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
DLExpressivityTableModel(List features)
           
 
Method Summary
 Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int column)
           
 int getRowCount()
           
 Object getValueAt(int rowIndex, int columnIndex)
           
 
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

features

private List features

SYMBOL_COLUMN

public static final int SYMBOL_COLUMN
See Also:
Constant Field Values

EXPLANATION_COLUMN

public static final int EXPLANATION_COLUMN
See Also:
Constant Field Values

COLUMNS

public static final String[] COLUMNS
Constructor Detail

DLExpressivityTableModel

public DLExpressivityTableModel(List features)
Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)

getColumnName

public String getColumnName(int column)

getColumnClass

public Class getColumnClass(int columnIndex)