Package edu.stanford.smi.protegex.owl.ui.subsumption

Interface Summary
SubsumptionTreePanel.SuperClsesPanel  
 

Class Summary
AssertedSubsumptionTreePanel A SubsumptionTreePanel displaying the asserted superclass relationships.
ChangedClassesPanel A JPanel hosting a table which displays the changed classes.
ChangedClassesTableModel A TableModel containing all classes that are either inconsistent or where the asserted subclasses differ from the computed subclasses.
ChangedClassItem An object representing the subsumption changes for a single class.
EditableSubsumptionTreePanel A SubsumptionTreePanel with additional support for editing the class hierarchy.
InferredSubsumptionTreePanel A SubsumptionTreePanel optimized for the inferred tree.
SubsumptionTreeFinder Implementation of the Finder interface to locate and highlight classes whose names match a given string.
SubsumptionTreeNode A LazyTreeNode for an inferred or asserted subsumption relationship between classes.
SubsumptionTreePanel A component that displays the computed or asserted subsumption relationship between classes.
SubsumptionTreeRoot A LazyTreeRoot for a computed or asserted subsumption relationship between classes.
TooltippedSelectableTree