Uses of Class
chrriis.uihierarchy.HLeaf

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

Uses of HLeaf in chrriis.uihierarchy
 

Methods in chrriis.uihierarchy that return HLeaf
 HLeaf UIH.add()
          Create a leaf in the hierarchy.
 HLeaf UIH.add(Object component)
          Create a leaf in the hierarchy with a specific component.
 HLeaf HLeaf.constrain(Object constraints)
          Use the specified constraints.
 HLeaf HLeaf.map(String name)
          Map the given name to the current component.
 HLeaf HLeaf.debug()
          Add the level to the debugging process, using default parameters.
 HLeaf HLeaf.debug(Object parameters)
          Add the level to the debugging process.