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

Packages that use MatrixTable
edu.stanford.smi.protegex.owl.ui.matrix   
 

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

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

Methods in edu.stanford.smi.protegex.owl.ui.matrix that return MatrixTable
protected  MatrixTable MatrixPanel.createMatrixTable(MatrixTableModel tableModel)
           
 MatrixTable MatrixPanel.getTable()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix with parameters of type MatrixTable
(package private)  void MatrixTableModel.setTable(MatrixTable table)