Uses of Class
edu.rice.cs.util.docnavigation.LeafNode

Packages that use LeafNode
edu.rice.cs.util.docnavigation   
 

Uses of LeafNode in edu.rice.cs.util.docnavigation
 

Fields in edu.rice.cs.util.docnavigation with type parameters of type LeafNode
private  HashMap<ItemT,LeafNode<ItemT>> JTreeSortNavigator._doc2node
          Maps documents to tree nodes.
 

Methods in edu.rice.cs.util.docnavigation that return LeafNode
private  LeafNode<ItemT> JTreeSortNavigator.getNodeForDoc(ItemT doc)
          Assumes lock on _model is already held or that it is being run in the event thread.
 

Methods in edu.rice.cs.util.docnavigation with parameters of type LeafNode
private  void JTreeSortNavigator.insertNodeSortedInto(LeafNode<ItemT> child, InnerNode<?,ItemT> parent)
          Inserts the child node (INavigatorItem) into the sorted position as a parent node's child.
private  ItemT JTreeSortNavigator.removeNode(LeafNode<ItemT> node)
          Only takes in nodes that have an INavigatorItem as their object; assumes _model lock is already held.