Uiinfrastructure API Docs  
 

TreeLeafIterator Class

This iterator is used for walking through the tree. The GetGetCurrent* methods are only valid after MoveToNextChild() has been called and has returned true.

For a list of all members of this type, see TreeLeafIterator Members.

System.Object
   com.plumtree.uiinfrastructure.tree.TreeLeafIterator

public class TreeLeafIterator : ITreeIterator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.tree

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

TreeLeafIterator Members | com.plumtree.uiinfrastructure.tree Namespace