Uses of Class
chrriis.uihierarchy.HLevel

Packages that use HLevel
chrriis.uihierarchy The core package of the UIHierarchy library. 
chrriis.uihierarchy.accessor Accessor related extensions are located in this package.  
 

Uses of HLevel in chrriis.uihierarchy
 

Subclasses of HLevel in chrriis.uihierarchy
 class HLeaf
          A leaf in the hierarchy.
 class HNode
          A sub node in the hierarchy.
 class HParentLevel
          A parent level that contains some children.
 class HRootNode
          A node that is the root of a containment hierarchy.
 

Uses of HLevel in chrriis.uihierarchy.accessor
 

Methods in chrriis.uihierarchy.accessor with parameters of type HLevel
 Accessor AccessorFactory.createAccessor(UIHConfig uihConfig, HLevel[] hLevels)
          Create an accessor for some levels of a hierarchy.
 SingleLevelAccessor AccessorFactory.newSingleLevelAccessor(UIHConfig uihConfig, HLevel hLevel)
          Create an accessor for a single level of a hierarchy.
 Accessor AccessorFactory.newAccessor(UIHConfig uihConfig, HLevel[] hLevels)
          Create an accessor for some levels of a hierarchy.