Protégé-OWL 3.4.1

edu.stanford.smi.protegex.owl.ui.testing
Class OWLTestSettingsTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by edu.stanford.smi.protegex.owl.ui.testing.OWLTestSettingsTableModel
All Implemented Interfaces:
Serializable, TableModel

public class OWLTestSettingsTableModel
extends AbstractTableModel

Author:
Holger Knublauch
See Also:
Serialized Form

Field Summary
static int COL_ACTIVATED
           
static int COL_COUNT
           
static int COL_NAME
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
OWLTestSettingsTableModel(OWLTestManager testManager)
           
 
Method Summary
 Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int column)
           
 OWLTest getOWLTest(Class clazz)
           
 Class getOWLTestClass(int rowIndex)
           
 String getOWLTestClassName(int rowIndex)
           
 int getRowCount()
           
 Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 boolean isSeparator(int rowIndex)
           
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
           
 
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
 

Field Detail

COL_ACTIVATED

public static final int COL_ACTIVATED
See Also:
Constant Field Values

COL_NAME

public static final int COL_NAME
See Also:
Constant Field Values

COL_COUNT

public static final int COL_COUNT
See Also:
Constant Field Values
Constructor Detail

OWLTestSettingsTableModel

public OWLTestSettingsTableModel(OWLTestManager testManager)
Method Detail

getColumnClass

public Class getColumnClass(int columnIndex)
Specified by:
getColumnClass in interface TableModel
Overrides:
getColumnClass in class AbstractTableModel

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int column)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getOWLTest

public OWLTest getOWLTest(Class clazz)

getOWLTestClass

public Class getOWLTestClass(int rowIndex)

getOWLTestClassName

public String getOWLTestClassName(int rowIndex)

getRowCount

public int getRowCount()

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
Specified by:
isCellEditable in interface TableModel
Overrides:
isCellEditable in class AbstractTableModel

isSeparator

public boolean isSeparator(int rowIndex)

setValueAt

public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)
Specified by:
setValueAt in interface TableModel
Overrides:
setValueAt in class AbstractTableModel

Protégé-OWL 3.4.1

Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.