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

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

Subinterfaces of OWLTableModel 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 OWLTableModel
 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.
 

Methods in edu.stanford.smi.protegex.owl.ui.clsdesc that return OWLTableModel
protected abstract  OWLTableModel ClassDescriptionWidget.createTableModel()
           
protected  OWLTableModel DisjointClassesWidget.createTableModel()
           
protected  OWLTableModel PropertiesSuperclassesWidget.createTableModel()
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.clsdesc with parameters of type OWLTableModel
ClassDescriptionTable(OWLModel owlModel, OWLTableModel tableModel)
           
 

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

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

Methods in edu.stanford.smi.protegex.owl.ui.conditions with parameters of type OWLTableModel
protected  boolean ConditionsTableTransferHandler.addRow(OWLTableModel tableModel, RDFSClass clone, int index)
           
 

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

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

Methods in edu.stanford.smi.protegex.owl.ui.owltable that return OWLTableModel
 OWLTableModel OWLTable.getOWLTableModel()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLTableModel
protected  boolean OWLTableTransferHandler.addRow(OWLTableModel tableModel, RDFSClass clone, int index)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.owltable with parameters of type OWLTableModel
OWLTable(OWLTableModel tableModel, OWLModel owlModel, boolean withIcon)
           
 

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

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