com.plumtree.server.treeiterator
Class PT_TREE_ITERATOR_CHILD_TYPES
java.lang.Object
|
+--com.plumtree.server.treeiterator.PT_TREE_ITERATOR_CHILD_TYPES
- public final class PT_TREE_ITERATOR_CHILD_TYPES
- extends java.lang.Object
These constants define the types of children that may appear in an
IPTTreeIterator. Note that these values are a BITMASK. An item in the tree
may be BOTH a node AND a container.
- See Also:
IPTTreeIterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PT_TREE_ITERATOR_CHILD_TYPE_NODE
public static final int 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.
PT_TREE_ITERATOR_CHILD_TYPE_CONTAINER
public static final int 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
public static final int PT_TREE_ITERATOR_CHILD_TYPE_INVALID
- Invalid value
PT_TREE_ITERATOR_CHILD_TYPES
public PT_TREE_ITERATOR_CHILD_TYPES()
Copyright © 2003 Plumtree Software Inc. All Rights Reserved.