edu.stanford.smi.protegex.owl.ui.metrics.lang
Class DLExpressivityTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
edu.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
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 |
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
DLExpressivityTableModel
public DLExpressivityTableModel(List features)
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)