YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | List of all members
de.yaacc.upnp.server.TreeNode Class Reference

TreeNode is a container for the value to represent a node on the TreeView. More...

Collaboration diagram for de.yaacc.upnp.server.TreeNode:
Collaboration graph

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< TreeNodegetChildren ()
 
int getLayoutId ()
 
void setLevel (int level)
 
int getLevel ()
 
void setExpanded (boolean expanded)
 
boolean isExpanded ()
 
void setSelected (boolean selected)
 
boolean isSelected ()
 

Detailed Description

TreeNode is a container for the value to represent a node on the TreeView.


The documentation for this class was generated from the following file: