edu.stanford.smi.protegex.owl.ui.triplestore
Class TripleStoreTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
edu.stanford.smi.protegex.owl.ui.triplestore.TripleStoreTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- class TripleStoreTableModel
- extends AbstractTableModel
- Author:
- Holger Knublauch
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 |
COL_EDITABLE
public static final int COL_EDITABLE
- See Also:
- Constant Field Values
COL_ACTIVE
public static final int COL_ACTIVE
- See Also:
- Constant Field Values
COL_URI
public static final int COL_URI
- See Also:
- Constant Field Values
COL_COUNT
public static final int COL_COUNT
- See Also:
- Constant Field Values
owlModel
private OWLModel owlModel
MAIN_FILE_NAME
public static final String MAIN_FILE_NAME
- See Also:
- Constant Field Values
TripleStoreTableModel
TripleStoreTableModel(OWLModel owlModel)
getColumnCount
public int getColumnCount()
getColumnClass
public Class getColumnClass(int columnIndex)
getColumnName
public String getColumnName(int column)
getRowCount
public int getRowCount()
getSelectedTripleStoreRow
public int getSelectedTripleStoreRow()
getTripleStore
TripleStore getTripleStore(int row)
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
setValueAt
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)