|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchrriis.uihierarchy.HLevel
chrriis.uihierarchy.HLeaf
A leaf in the hierarchy.
Method Summary | |
HLeaf |
constrain(Object constraints)
Use the specified constraints. |
HLeaf |
debug()
Add the level to the debugging process, using default parameters. |
HLeaf |
debug(Object parameters)
Add the level to the debugging process. |
Component |
getComponent()
Get the component at this hierarchy level. |
HLeaf |
map(String name)
Map the given name to the current component. |
String |
toString()
Get a String representation of the hierarchy level. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public HLeaf constrain(Object constraints)
constraints
- The constraints to use.
public Component getComponent()
public HLeaf map(String name)
UIHConfig
configuration.
name
- The name of the component.
UIHConfig
public HLeaf debug()
public HLeaf 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 |