IPTTreeIterator allows clients to walk a tree of information in a generic manner (e.g. to write a generic tree UI.) An implementation of IPTTreeIterator is stateful. Clients can walk the tree by calling Children to get information about children of the current location, then calling MoveTo to reset the state to be at the location of a child. By calling Children and MoveTo, a client can navigate the entire tree. Helper functions like MoveToParent and MoveToRoot make it easier to implement a client that walks the tree in an application specific manner.
For a list of all members of this type, see IPTTreeIterator Members.
Type | Description |
---|
Namespace: com.plumtree.server.treeiterator
Assembly: plumtreeserver (in plumtreeserver.dll)
IPTTreeIterator Members | com.plumtree.server.treeiterator Namespace