edu.stanford.smi.protegex.owl.ui.cls
Interface ClassTreePanel
- All Superinterfaces:
- TreePanel
- All Known Implementing Classes:
- AssertedClassesPanel, OWLSubclassPane, SubsumptionTreePanel
- public interface ClassTreePanel
- extends TreePanel
An interface for panels that display a class tree.
This is needed by some actions (create class etc) to have a valid host container.
- Author:
- Holger Knublauch
Fields inherited from interface edu.stanford.smi.protegex.owl.ui.actions.TreePanel |
GROUP |
Methods inherited from interface edu.stanford.smi.protegex.owl.ui.actions.TreePanel |
getTree |
setSelectedClass
public void setSelectedClass(RDFSClass cls)
- Selects a given class in the tree.
- Parameters:
cls
- the class to select (and navigate to)