Aqualogic Interaction API  
 

PT_TREE_ITERATOR_CHILD_TYPES Fields

The fields of the PT_TREE_ITERATOR_CHILD_TYPES class are listed below. For a complete list of PT_TREE_ITERATOR_CHILD_TYPES class members, see the PT_TREE_ITERATOR_CHILD_TYPES Members topic.

Public Static Fields

PT_TREE_ITERATOR_CHILD_TYPE_CONTAINER This item is a container- a thing that can contain other nodes and containers. In a typical file chooser, a folder is a container. Note that for some tree iterators, containers may also be nodes.
PT_TREE_ITERATOR_CHILD_TYPE_INVALID Invalid value
PT_TREE_ITERATOR_CHILD_TYPE_NODE This item is a node- a thing to be selected. In a typical file chooser, a file is a node.

See Also

PT_TREE_ITERATOR_CHILD_TYPES Class | com.plumtree.server.treeiterator Namespace | IPTTreeIterator