edu.stanford.smi.protegex.owl.ui.subsumption
Class ChangedClassesTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
edu.stanford.smi.protegex.owl.ui.subsumption.ChangedClassesTableModel
- All Implemented Interfaces:
- edu.stanford.smi.protege.util.Disposable, Serializable, TableModel
public class ChangedClassesTableModel
- extends AbstractTableModel
- implements edu.stanford.smi.protege.util.Disposable
A TableModel containing all classes that are either inconsistent or
where the asserted subclasses differ from the computed subclasses.
- Author:
- Holger Knublauch
- 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 |
COL_CLS
public static final int COL_CLS
- See Also:
- Constant Field Values
COL_TEXT
public static final int COL_TEXT
- See Also:
- Constant Field Values
COL_COUNT
public static final int COL_COUNT
- See Also:
- Constant Field Values
ChangedClassesTableModel
public ChangedClassesTableModel(OWLModel owlModel)
contains
public boolean contains(edu.stanford.smi.protege.model.Cls cls)
dispose
public void dispose()
- Specified by:
dispose
in interface edu.stanford.smi.protege.util.Disposable
getChangeText
public String getChangeText(edu.stanford.smi.protege.model.Cls cls)
getCls
public edu.stanford.smi.protege.model.Cls getCls(int row)
getColumnClass
public Class getColumnClass(int columnIndex)
- Specified by:
getColumnClass
in interface TableModel
- Overrides:
getColumnClass
in class AbstractTableModel
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount
in interface TableModel
getColumnName
public String getColumnName(int column)
- Specified by:
getColumnName
in interface TableModel
- Overrides:
getColumnName
in class AbstractTableModel
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in interface TableModel
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
- Specified by:
getValueAt
in interface TableModel
refill
public void refill()
Submit a bug report or feature request
Copyright (c) 1998-2007 Stanford University.