Uses of Class
org.apache.pivot.wtk.content.TreeBranch

Packages that use TreeBranch
org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. 
 

Uses of TreeBranch in org.apache.pivot.wtk.content
 

Methods in org.apache.pivot.wtk.content that return TreeBranch
 TreeBranch TreeNode.getParent()
           
 

Methods in org.apache.pivot.wtk.content with parameters of type TreeBranch
protected  void TreeNode.setParent(TreeBranch parent)