Uiinfrastructure API Docs  
 

ITreeIterator Interface

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

public interface ITreeIterator

Types that implement ITreeIterator

Type Description
TreeCompositeIterator This iterator is used for walking through the tree. The GetBase* methods should always be valid, but the GetCurrent* methods are only valid after MoveToNextCompositeChild() has been called and has returned true.
TreeLeafIterator This iterator is used for walking through the tree. The GetGetCurrent* methods are only valid after MoveToNextChild() has been called and has returned true.

Requirements

Namespace: com.plumtree.uiinfrastructure.tree

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ITreeIterator Members | com.plumtree.uiinfrastructure.tree Namespace