Uses of Interface
edu.stanford.smi.protegex.owl.ui.navigation.NavigationHistorySelectable

Packages that use NavigationHistorySelectable
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.navigation   
edu.stanford.smi.protegex.owl.ui.subsumption   
 

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

Subinterfaces of NavigationHistorySelectable in edu.stanford.smi.protegex.owl.ui.cls
 interface Hierarchy
           
 

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

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

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

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

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

Uses of NavigationHistorySelectable in edu.stanford.smi.protegex.owl.ui.navigation
 

Classes in edu.stanford.smi.protegex.owl.ui.navigation that implement NavigationHistorySelectable
 class TabNavigationHistorySelectable
           
 

Fields in edu.stanford.smi.protegex.owl.ui.navigation declared as NavigationHistorySelectable
private  NavigationHistorySelectable NavigationHistoryManager.navigationHistorySelectable
           
 

Constructors in edu.stanford.smi.protegex.owl.ui.navigation with parameters of type NavigationHistorySelectable
NavigationHistoryManager(NavigationHistorySelectable nhc, OWLModel owlModel)
          Constructs a new NavigationHistoryManager.
 

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

Classes in edu.stanford.smi.protegex.owl.ui.subsumption that implement NavigationHistorySelectable
 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.