| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreeWalker
| Method Summary | |
|---|---|
|  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 | 
|---|
boolean isCheckState()
void setCheckState(boolean checkState)
checkState - booleanboolean next()
String getRootNodeId()
void setTree(Tree tree)
tree - Treevoid reset()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||