Uses of Package
chrriis.uihierarchy

Packages that use chrriis.uihierarchy
chrriis.uihierarchy The core package of the UIHierarchy library. 
chrriis.uihierarchy.accessor Accessor related extensions are located in this package.  
chrriis.uihierarchy.constraints Package containing the layout Constraints classes, which are associated to components in order to lay them out correctly. 
chrriis.uihierarchy.creator Package containing the creators, which are used to create components from some object representations. 
chrriis.uihierarchy.debug The debug package contains Classes that help the debugging of component hierarchies. 
chrriis.uihierarchy.layout Layouts that map existing ones to add functionalities such as unit handling. 
chrriis.uihierarchy.util All the possible utilities for various manipulations go to this package. 
chrriis.uihierarchy.xml The base package for all XML-related handling. 
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy
Accessor
          An accessor to access and manipulate the hierarchy.
HLeaf
          A leaf in the hierarchy.
HLevel
          A level in the hierarchy.
HNode
          A sub node in the hierarchy.
HParentLevel
          A parent level that contains some children.
HRootNode
          A node that is the root of a containment hierarchy.
SingleLevelAccessor
          An accessor for a single hierarchy level.
SingleLevelAccessor.ConstraintsHandler
          A manipulator for the constraints of the SingleLevelAccessor.
UIH
          The user interface hierarchy core class.
UIH.SingleLevelHandler
          A handler of a child level
UIHConfig
          The centralized place for UIH configuration.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.accessor
Accessor
          An accessor to access and manipulate the hierarchy.
HLevel
          A level in the hierarchy.
HParentLevel
          A parent level that contains some children.
ParentLevelAccessor
          An accessor for a single level accessor that is manipulating a parent level.
SingleLevelAccessor
          An accessor for a single hierarchy level.
UIHConfig
          The centralized place for UIH configuration.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.constraints
SingleLevelAccessor
          An accessor for a single hierarchy level.
UIHException
          The super class of the UIHierarchy exceptions that can occur.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.creator
UIHConfig
          The centralized place for UIH configuration.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.debug
Accessor
          An accessor to access and manipulate the hierarchy.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.layout
UIHConfig
          The centralized place for UIH configuration.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.util
UIHConfig
          The centralized place for UIH configuration.
 

Classes in chrriis.uihierarchy used by chrriis.uihierarchy.xml
UIH
          The user interface hierarchy core class.