Uses of Class
edu.stanford.smi.protegex.owl.ui.matrix.MatrixTableModel

Packages that use MatrixTableModel
edu.stanford.smi.protegex.owl.ui.matrix   
edu.stanford.smi.protegex.owl.ui.matrix.cls   
edu.stanford.smi.protegex.owl.ui.matrix.property   
 

Uses of MatrixTableModel in edu.stanford.smi.protegex.owl.ui.matrix
 

Fields in edu.stanford.smi.protegex.owl.ui.matrix declared as MatrixTableModel
private  MatrixTableModel MatrixTable.tableModel
           
private  MatrixTableModel MatrixPanel.tableModel
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix that return MatrixTableModel
 MatrixTableModel MatrixPanel.getTableModel()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix with parameters of type MatrixTableModel
protected  MatrixTable MatrixPanel.createMatrixTable(MatrixTableModel tableModel)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.matrix with parameters of type MatrixTableModel
MatrixTable(MatrixTableModel aTableModel)
           
MatrixPanel(OWLModel owlModel, MatrixFilter filter, MatrixTableModel tableModel)
           
 

Uses of MatrixTableModel in edu.stanford.smi.protegex.owl.ui.matrix.cls
 

Subclasses of MatrixTableModel in edu.stanford.smi.protegex.owl.ui.matrix.cls
 class ClassMatrixTableModel
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type MatrixTableModel
ClassMatrixPanel(OWLModel owlModel, MatrixFilter filter, MatrixTableModel tableModel)
           
 

Uses of MatrixTableModel in edu.stanford.smi.protegex.owl.ui.matrix.property
 

Subclasses of MatrixTableModel in edu.stanford.smi.protegex.owl.ui.matrix.property
 class PropertyMatrixTableModel