Uses of Interface
edu.stanford.smi.protegex.owl.ui.owltable.SymbolTableModel

Packages that use SymbolTableModel
edu.stanford.smi.protegex.owl.swrl.ui.table   
edu.stanford.smi.protegex.owl.ui.classform.component.property   
edu.stanford.smi.protegex.owl.ui.clsdesc   
edu.stanford.smi.protegex.owl.ui.conditions   
edu.stanford.smi.protegex.owl.ui.owltable   
edu.stanford.smi.protegex.owl.ui.properties.range   
 

Uses of SymbolTableModel in edu.stanford.smi.protegex.owl.swrl.ui.table
 

Classes in edu.stanford.smi.protegex.owl.swrl.ui.table that implement SymbolTableModel
 class SWRLTableModel
           
 

Uses of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.classform.component.property
 

Classes in edu.stanford.smi.protegex.owl.ui.classform.component.property that implement SymbolTableModel
 class PropertyFormTableModel
          A TableModel displaying one column containing the fillers of someValuesFrom restrictions at a given class/property pair.
 

Uses of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.clsdesc
 

Subinterfaces of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.clsdesc
(package private)  interface ClassDescriptionTableModel
          A OWLTableModel with additional support for remove buttons.
 

Classes in edu.stanford.smi.protegex.owl.ui.clsdesc that implement SymbolTableModel
 class DisjointClassesTableModel
          An AbstractTableModel that represents each disjoint class with one row.
 class PropertiesDefinitionTableModel
          A ClassDescriptionTableModel that displays those parts of a class definition that are not restrictions.
 class PropertiesSuperclassesTableModel
          A ClassDescriptionTableModel that displays all direct superclasses that are not restrictions.
 

Uses of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.conditions
 

Classes in edu.stanford.smi.protegex.owl.ui.conditions that implement SymbolTableModel
 class ConditionsTableModel
          The TableModel used by the AssertedConditionsWidget.
 

Uses of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.owltable
 

Subinterfaces of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.owltable
 interface OWLTableModel
          The base TableModel for all OWLTables.
 

Classes in edu.stanford.smi.protegex.owl.ui.owltable that implement SymbolTableModel
 class AbstractOWLTableModel
          An AbstractTableModel that represents superclasses/equivalent classes with one row.
 

Fields in edu.stanford.smi.protegex.owl.ui.owltable declared as SymbolTableModel
private  SymbolTableModel SymbolTable.tableModel
           
 

Methods in edu.stanford.smi.protegex.owl.ui.owltable that return SymbolTableModel
protected  SymbolTableModel SymbolTable.getSymbolTableModel()
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type SymbolTableModel
SymbolTable(SymbolTableModel tableModel, OWLModel owlModel, boolean withIcon, SymbolPanel symbolPanel)
           
 

Uses of SymbolTableModel in edu.stanford.smi.protegex.owl.ui.properties.range
 

Classes in edu.stanford.smi.protegex.owl.ui.properties.range that implement SymbolTableModel
(package private)  class UnionRangeClassesTableModel
          An AbstractTableModel that represents each of the classes in the union range of a property with one row.