Protege 2.1.2

edu.stanford.smi.protegex.widget.scatterbox
Class RowHeaderTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byedu.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

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
RowHeaderTableModel(Order order)
           
 
Method Summary
 int getColumnCount()
           
 String getColumnName(int columnIndex)
           
 int getRowCount()
           
 Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 
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
 

Constructor Detail

RowHeaderTableModel

public RowHeaderTableModel(Order order)
Method Detail

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)

Protege 2.1.2

Submit a bug report or feature request