For a list of all members of this type, see ITreeIterator Members.
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. |
Namespace: com.plumtree.uiinfrastructure.tree
Assembly: uiinfrastructure (in uiinfrastructure.dll)
ITreeIterator Members | com.plumtree.uiinfrastructure.tree Namespace