edu.stanford.smi.protegex.owl.ui.actions
Interface TreePanel

All Known Subinterfaces:
ClassTreePanel
All Known Implementing Classes:
AssertedClassesPanel, OWLSubclassPane, SubsumptionTreePanel

public interface TreePanel

An interface for containers of a JTree. This is needed to generalize expand and collapse actions.

Author:
Holger Knublauch

Field Summary
static String GROUP
           
 
Method Summary
 JTree getTree()
           
 

Field Detail

GROUP

public static final String GROUP
See Also:
Constant Field Values
Method Detail

getTree

public JTree getTree()