Uses of Class
chrriis.uihierarchy.HNode

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

Uses of HNode in chrriis.uihierarchy
 

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