edu.stanford.smi.protegex.widget.scatterbox
Class RowHeaderTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
edu.stanford.smi.protegex.widget.scatterbox.RowHeaderTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- public class RowHeaderTableModel
- extends AbstractTableModel
Description of the class
- Author:
- William Grosso
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowHeaderTableModel
public RowHeaderTableModel(Order order)
getColumnCount
public int getColumnCount()
getColumnName
public String getColumnName(int columnIndex)
getRowCount
public int getRowCount()
getValueAt
public Object getValueAt(int rowIndex,
int columnIndex)
isCellEditable
public boolean isCellEditable(int rowIndex,
int columnIndex)
Submit a bug report or feature request