Uses of Interface
edu.stanford.smi.protegex.owl.ui.matrix.MatrixColumn

Packages that use MatrixColumn
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 MatrixColumn in edu.stanford.smi.protegex.owl.ui.matrix
 

Subinterfaces of MatrixColumn in edu.stanford.smi.protegex.owl.ui.matrix
 interface DependentMatrixColumn
          A MatrixColumn that needs to be closed if a certain instance has been deleted.
 interface EditableMatrixColumn
          A MatrixColumn that can be edited by the user.
 interface SortableMatrixColumn
          A MatrixColumn that can be defined as a sort criteria.
 

Classes in edu.stanford.smi.protegex.owl.ui.matrix that implement MatrixColumn
 class AbstractMatrixColumn
           
 class AnnotationPropertyMatrixColumn
           
 class NameMatrixColumn
           
 class PrefixMatrixColumn
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix that return MatrixColumn
 MatrixColumn MatrixTableModel.getMatrixColumn(int column)
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix with parameters of type MatrixColumn
 void MatrixTable.addColumn(MatrixColumn col)
           
 void MatrixTableModel.addColumn(MatrixColumn column)
          Adds a new MatrixColumn programmatically.
(package private)  void MatrixTableModel.addColumn(MatrixColumn column, int index)
           
 int MatrixTableModel.getNewColumnIndex(MatrixColumn col)
           
private  void MatrixTableModel.removeColumn(MatrixColumn column)
           
 

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

Classes in edu.stanford.smi.protegex.owl.ui.matrix.cls that implement MatrixColumn
 class ClassConditionsMatrixColumn
           
 class ExistentialMatrixColumn
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix.cls with parameters of type MatrixColumn
 int ClassMatrixTableModel.getNewColumnIndex(MatrixColumn col)
           
 

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

Classes in edu.stanford.smi.protegex.owl.ui.matrix.property that implement MatrixColumn
 class InversePropertyMatrixColumn
           
 class PropertyCharacteristicsMatrixColumn
           
 class PropertyDomainMatrixColumn
           
 class PropertyRangeMatrixColumn
           
 

Methods in edu.stanford.smi.protegex.owl.ui.matrix.property with parameters of type MatrixColumn
 int PropertyMatrixTableModel.getNewColumnIndex(MatrixColumn col)