Uses of Interface
edu.stanford.smi.protegex.owl.ui.cls.Hierarchy

Packages that use Hierarchy
edu.stanford.smi.protegex.owl.ui.cls   
edu.stanford.smi.protegex.owl.ui.existential   
edu.stanford.smi.protegex.owl.ui.explorer   
edu.stanford.smi.protegex.owl.ui.subsumption   
 

Uses of Hierarchy in edu.stanford.smi.protegex.owl.ui.cls
 

Classes in edu.stanford.smi.protegex.owl.ui.cls that implement Hierarchy
 class AssertedClassesPanel
          A component displaying the asserted classes tree on the OWLClassesTab.
 

Fields in edu.stanford.smi.protegex.owl.ui.cls declared as Hierarchy
protected  Hierarchy HierarchyPanel.hierarchy
           
private  Hierarchy HierarchyPanel.nestedHierarchy
           
 

Methods in edu.stanford.smi.protegex.owl.ui.cls that return Hierarchy
 Hierarchy Hierarchy.createClone()
          Creates a clone of this, i.e. a Hierarchy with the same type and at least a similar configuration.
 Hierarchy HierarchyPanel.getHierarchy()
           
 Hierarchy HierarchyPanel.getNestedHierarchy()
           
 Hierarchy AssertedClassesPanel.createClone()
           
 

Methods in edu.stanford.smi.protegex.owl.ui.cls with parameters of type Hierarchy
 void HierarchyManager.addHierarchy(Hierarchy hierarchy)
           
 void HierarchyManager.close(Hierarchy hierarchy)
           
 void HierarchyManager.spawnHierarchy(Hierarchy hierarchy)
           
 void HierarchyPanel.setNestedHierarchy(Hierarchy newNestedHierarchy)
           
 void HierarchiesPanel.addHierarchy(Hierarchy hierarchy)
           
 void HierarchiesPanel.addHierarchyWindow(Hierarchy panel)
           
 void HierarchiesPanel.close(Hierarchy hierarchy)
           
private  HierarchyPanel HierarchiesPanel.getHierarchyPanel(Hierarchy hierarchy)
           
 void HierarchiesPanel.spawnHierarchy(Hierarchy hierarchy)
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.cls with parameters of type Hierarchy
HierarchyPanel(Hierarchy hierarchy, HierarchyManager hierarchyManager, boolean withNavigationHistory, OWLModel owlModel)
           
SecondaryHierarchyPanel(Hierarchy hierarchy, HierarchyManager hierarchyManager)
           
 

Uses of Hierarchy in edu.stanford.smi.protegex.owl.ui.existential
 

Classes in edu.stanford.smi.protegex.owl.ui.existential that implement Hierarchy
 class EditableExistentialTreePanel
           
 class ExistentialTreePanel
          A component that displays an existential relationship between classes.
 

Methods in edu.stanford.smi.protegex.owl.ui.existential that return Hierarchy
 Hierarchy ExistentialTreePanel.createClone()
           
 

Uses of Hierarchy in edu.stanford.smi.protegex.owl.ui.explorer
 

Classes in edu.stanford.smi.protegex.owl.ui.explorer that implement Hierarchy
 class ExplorerTreePanel
          A component that displays a generic explorer tree for classes.
 

Methods in edu.stanford.smi.protegex.owl.ui.explorer that return Hierarchy
 Hierarchy ExplorerTreePanel.createClone()
           
 

Uses of Hierarchy in edu.stanford.smi.protegex.owl.ui.subsumption
 

Classes in edu.stanford.smi.protegex.owl.ui.subsumption that implement Hierarchy
 class AssertedSubsumptionTreePanel
          A SubsumptionTreePanel displaying the asserted superclass relationships.
 class EditableSubsumptionTreePanel
          A SubsumptionTreePanel with additional support for editing the class hierarchy.
 class InferredSubsumptionTreePanel
          A SubsumptionTreePanel optimized for the inferred tree.
 class SubsumptionTreePanel
          A component that displays the computed or asserted subsumption relationship between classes.
 

Methods in edu.stanford.smi.protegex.owl.ui.subsumption that return Hierarchy
 Hierarchy InferredSubsumptionTreePanel.createClone()
           
 Hierarchy AssertedSubsumptionTreePanel.createClone()