com.plumtree.server.treeiterator
Class PT_TREE_ITERATOR_CHILD_TYPES

java.lang.Object
  extended by 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.

Author:
michaels
See Also:
IPTTreeIterator

Field Summary
static int PT_TREE_ITERATOR_CHILD_TYPE_CONTAINER
          This item is a container- a thing that can contain other nodes and containers.
static int PT_TREE_ITERATOR_CHILD_TYPE_INVALID
          Invalid value
static int PT_TREE_ITERATOR_CHILD_TYPE_NODE
          This item is a node- a thing to be selected.
 
Constructor Summary
PT_TREE_ITERATOR_CHILD_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_TYPE_INVALID

public static final int PT_TREE_ITERATOR_CHILD_TYPE_INVALID
Invalid value

See Also:
Constant Field Values
Constructor Detail

PT_TREE_ITERATOR_CHILD_TYPES

public PT_TREE_ITERATOR_CHILD_TYPES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.