| 
    YAACC - UPNP Client and Server
    
   | 
 
TreeNode is a container for the value to represent a node on the TreeView. More...

Public Member Functions | |
| TreeNode (File value, int layoutId) | |
| void | addChild (TreeNode child) | 
| void | setValue (File value) | 
| File | getValue () | 
| void | setParent (TreeNode parent) | 
| TreeNode | getParent () | 
| LinkedList< TreeNode > | getChildren () | 
| int | getLayoutId () | 
| void | setLevel (int level) | 
| int | getLevel () | 
| void | setExpanded (boolean expanded) | 
| boolean | isExpanded () | 
| void | setSelected (boolean selected) | 
| boolean | isSelected () | 
TreeNode is a container for the value to represent a node on the TreeView.