|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getRootNodeId()
Returns the id of the root node. |
boolean |
isCheckState()
Getter for the check state property. |
boolean |
next()
Walk the tree and set the current node to the next node. |
void |
reset()
Reset the walker so the tree can be walked again starting from the root. |
void |
setCheckState(boolean checkState)
Setter for the check state property. |
void |
setTree(Tree tree)
This method allows the renderer to pass a reference to the tree object. |
Method Detail |
public boolean isCheckState()
public void setCheckState(boolean checkState)
checkState
- booleanpublic boolean next()
public java.lang.String getRootNodeId()
public void setTree(Tree tree)
tree
- Treepublic void reset()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |