Uses of Class
chrriis.uihierarchy.HRootNode

Packages that use HRootNode
chrriis.uihierarchy The core package of the UIHierarchy library. 
 

Uses of HRootNode in chrriis.uihierarchy
 

Methods in chrriis.uihierarchy that return HRootNode
 HRootNode UIH.openNew(Object container)
          Start a hierarchy.
 HRootNode HRootNode.layout(HLayoutManager hLayoutManager)
          Use the specified layout manager.
 HRootNode HRootNode.layout(LayoutManager layoutManager)
          Use the specified layout manager.
 HRootNode HRootNode.subConstrain(Object subConstraints)
          Set the sub constraints.
 HRootNode HRootNode.map(String name)
          Map the given name to the current component.
 HRootNode HRootNode.debug()
          Add the level to the debugging process, using default parameters.
 HRootNode HRootNode.debug(Object parameters)
          Add the level to the debugging process.