Uses of Class
ca.odell.glazedlists.TreeList.Node

Packages that use TreeList.Node
ca.odell.glazedlists   
 

Uses of TreeList.Node in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists that return TreeList.Node
 TreeList.Node<E> TreeList.getTreeNode(int visibleIndex)
           
 

Methods in ca.odell.glazedlists that return types with arguments of type TreeList.Node
 List<TreeList.Node<E>> TreeList.Node.getChildren()
          List all children of this node.
 EventList<TreeList.Node<E>> TreeList.getNodesList()
           
 List<TreeList.Node<E>> TreeList.getRoots()
          Get a List containing all TreeList.Nodes with no parents in the tree.
 

Method parameters in ca.odell.glazedlists with type arguments of type TreeList.Node
 void TreeList.listChanged(ListEvent<TreeList.Node<E>> listChanges)
          When the underlying list changes, this notification allows the object to repaint itself or update itself as necessary.

It is mandatory that the calling thread has obtained the write lock on the source list. This is because the calling thread will have written to the source list to cause this event. This condition guarantees that no writes can occur while the listener is handling this event. It is an error to write to the source list while processing an event.

 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58