|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectchrriis.uihierarchy.HLevel
chrriis.uihierarchy.HParentLevel
chrriis.uihierarchy.HNode
A sub node in the hierarchy.
| Method Summary | |
HNode |
constrain(Object constraints)
Use the specified constraints. |
HNode |
debug()
Add the level to the debugging process, using default parameters. |
HNode |
debug(Object parameters)
Add the level to the debugging process. |
HNode |
layout(HLayoutManager hLayoutManager)
Use the specified layout manager. |
HNode |
layout(LayoutManager layoutManager)
Use the specified layout manager. |
HNode |
map(String name)
Map the given name to the current component. |
HNode |
subConstrain(Object subConstraints)
Set the sub constraints. |
String |
toString()
Get a String representation of the hierarchy level. |
| Methods inherited from class chrriis.uihierarchy.HParentLevel |
getContainer |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public HNode layout(HLayoutManager hLayoutManager)
hLayoutManager - The layout manager to use.
public HNode layout(LayoutManager layoutManager)
layoutManager - The layout manager to use.
public HNode constrain(Object constraints)
constraints - The constraints to use.
public HNode subConstrain(Object subConstraints)
subConstraints - The sub constraints.
public HNode map(String name)
UIHConfig configuration.
name - The name of the component.
UIHConfigpublic HNode debug()
public HNode debug(Object parameters)
parameters - The parameters to use to debug, which can actually be a
debugger to use.public String toString()
Object.toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||