Uses of Class
org.zkoss.util.TreeArray.RbEntry

Packages that use TreeArray.RbEntry
org.zkoss.util Utilities for handling data structures. 
 

Uses of TreeArray.RbEntry in org.zkoss.util
 

Subclasses of TreeArray.RbEntry in org.zkoss.util
protected  class CheckableTreeArray.CkEntry
           
 

Fields in org.zkoss.util declared as TreeArray.RbEntry
protected  TreeArray.RbEntry TreeArray._root
           
protected  TreeArray.RbEntry TreeArray.RbEntry.left
           
protected  TreeArray.RbEntry TreeArray.RbEntry.parent
           
protected  TreeArray.RbEntry TreeArray.RbEntry.right
           
 

Methods in org.zkoss.util that return TreeArray.RbEntry
protected  TreeArray.RbEntry TreeArray.checkNotOrphan(ListX.Entry entry)
          Converts and checks whether it is not orphan
protected  TreeArray.RbEntry TreeArray.delete(int index)
           
protected  TreeArray.RbEntry TreeArray.first()
          Returns the first node.
protected  TreeArray.RbEntry TreeArray.RbEntry.firstRightAncestor()
          Gets the first parent at the right of the specified entry.
protected  TreeArray.RbEntry TreeArray.RbEntry.firtLeftAncestor()
          Gets the first ancestor at the left of the specified entry.
protected  TreeArray.RbEntry TreeArray.getRbEntry(int index)
           
protected  TreeArray.RbEntry TreeArray.insert(int index, TreeArray.RbEntry p)
           
protected  TreeArray.RbEntry TreeArray.insert(TreeArray.RbEntry insertBefore, TreeArray.RbEntry p)
          All add methods are done thru this method.
protected  TreeArray.RbEntry CheckableTreeArray.insert(TreeArray.RbEntry insertBefore, TreeArray.RbEntry p)
           
protected  TreeArray.RbEntry TreeArray.RbEntry.leftMost()
          Gets the leftmost leaf of the specified subtree.
protected  TreeArray.RbEntry TreeArray.newEntry(java.lang.Object element)
          Creates an instance of RbEntry.
protected  TreeArray.RbEntry CheckableTreeArray.newEntry(java.lang.Object element)
           
protected  TreeArray.RbEntry TreeArray.RbEntry.nextEntry()
           
protected  TreeArray.RbEntry TreeArray.RbEntry.previousEntry()
           
protected  TreeArray.RbEntry TreeArray.RbEntry.rightMost()
          Gets the rihtmost leaf of the specified subtree.
 

Methods in org.zkoss.util with parameters of type TreeArray.RbEntry
protected  void TreeArray.delete(TreeArray.RbEntry p)
          All remove methods are done thru this method.
protected  void CheckableTreeArray.delete(TreeArray.RbEntry p)
           
protected  int TreeArray.indexOfEntry(TreeArray.RbEntry p)
           
protected  TreeArray.RbEntry TreeArray.insert(int index, TreeArray.RbEntry p)
           
protected  TreeArray.RbEntry TreeArray.insert(TreeArray.RbEntry insertBefore, TreeArray.RbEntry p)
          All add methods are done thru this method.
protected  TreeArray.RbEntry CheckableTreeArray.insert(TreeArray.RbEntry insertBefore, TreeArray.RbEntry p)
           
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo