Uses of Class
chrriis.uihierarchy.UIH

Packages that use UIH
chrriis.uihierarchy The core package of the UIHierarchy library. 
chrriis.uihierarchy.xml The base package for all XML-related handling. 
 

Uses of UIH in chrriis.uihierarchy
 

Fields in chrriis.uihierarchy declared as UIH
 UIH UIH._
          A reference to this UIH instance.
 

Methods in chrriis.uihierarchy that return UIH
 UIH UIH.print()
          Print the hierarchy to help debugging.
 

Methods in chrriis.uihierarchy with parameters of type UIH
 void ParentLevelAccessor.add(UIH uih)
          Add a hierarchy as a child of the level contained in this accessor.
 void ParentLevelAccessor.add(int index, UIH uih)
          Add a hierarchy as a child of the level contained in this accessor.
 

Uses of UIH in chrriis.uihierarchy.xml
 

Methods in chrriis.uihierarchy.xml that return UIH
 UIH XmlUIH.getUIH()
          Get the hierarchy that was constructed by this XML module.
 

Constructors in chrriis.uihierarchy.xml with parameters of type UIH
XmlUIH(UIH uih)
          Construct a hierarchy of components.