Uses of Class
org.apache.pivot.wtk.content.TreeNode
-
Packages that use TreeNode Package Description org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows. -
-
Uses of TreeNode in org.apache.pivot.wtk.content
Subclasses of TreeNode in org.apache.pivot.wtk.content Modifier and Type Class Description class
TreeBranch
Default tree branch implementation.Methods in org.apache.pivot.wtk.content that return TreeNode Modifier and Type Method Description TreeNode
TreeBranch. get(int index)
TreeNode
TreeBranch. update(int index, TreeNode treeNode)
Methods in org.apache.pivot.wtk.content that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Comparator<TreeNode>
TreeBranch. getComparator()
ListenerList<ListListener<TreeNode>>
TreeBranch. getListListeners()
java.util.Iterator<TreeNode>
TreeBranch. iterator()
Sequence<TreeNode>
TreeBranch. remove(int index, int count)
Methods in org.apache.pivot.wtk.content with parameters of type TreeNode Modifier and Type Method Description int
TreeBranch. add(TreeNode treeNode)
int
TreeBranch. indexOf(TreeNode treeNode)
void
TreeBranch. insert(TreeNode treeNode, int index)
int
TreeBranch. remove(TreeNode treeNode)
TreeNode
TreeBranch. update(int index, TreeNode treeNode)
Method parameters in org.apache.pivot.wtk.content with type arguments of type TreeNode Modifier and Type Method Description void
TreeBranch. setComparator(java.util.Comparator<TreeNode> comparator)
-