|
|||||||||||
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.HRootNode
A node that is the root of a containment hierarchy.
Method Summary | |
HRootNode |
debug()
Add the level to the debugging process, using default parameters. |
HRootNode |
debug(Object parameters)
Add the level to the debugging process. |
HRootNode |
layout(HLayoutManager hLayoutManager)
Use the specified layout manager. |
HRootNode |
layout(LayoutManager layoutManager)
Use the specified layout manager. |
HRootNode |
map(String name)
Map the given name to the current component. |
HRootNode |
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 HRootNode layout(HLayoutManager hLayoutManager)
hLayoutManager
- The layout manager to use.
public HRootNode layout(LayoutManager layoutManager)
layoutManager
- The layout manager to use.
public HRootNode subConstrain(Object subConstraints)
subConstraints
- The sub constraints.
public HRootNode map(String name)
UIHConfig
configuration.
name
- The name of the component.
UIHConfig
public HRootNode debug()
public HRootNode 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 |