com.plumtree.server.treeiterator
Class PT_TREE_ITERATOR_CHILD_INFO

java.lang.Object
  extended by com.plumtree.server.treeiterator.PT_TREE_ITERATOR_CHILD_INFO

public final class PT_TREE_ITERATOR_CHILD_INFO
extends java.lang.Object

These constants describe the columns in the array returned by IPTTreeIterator.Children and IPTTreeIterator.CurrentLocInfo

Author:
michaels
See Also:
IPTTreeIterator

Field Summary
static int PT_TREE_ITERATOR_CHILD_INFO_ADDL
          Additional, application specific information about the item
static int PT_TREE_ITERATOR_CHILD_INFO_BROWSEABLE_URL
          An URL that can be used to browse to the item, or the blank string if not applicable
static int PT_TREE_ITERATOR_CHILD_INFO_CHILDCOUNT
          The number of children of this item, or -1 if not known
static int PT_TREE_ITERATOR_CHILD_INFO_DESC
          A description of this item
static int PT_TREE_ITERATOR_CHILD_INFO_IDENTIFIER
          The unique string identifier for this item, can be passed into IPTTreeIterator.MoveTo
static int PT_TREE_ITERATOR_CHILD_INFO_IMAGE_UUID
          An image UUID that specifies the image that should be used to represent this item when it is closed
static int PT_TREE_ITERATOR_CHILD_INFO_INVALID
          The highest column index is one less than this value
static int PT_TREE_ITERATOR_CHILD_INFO_NAME
          The name of this item
static int PT_TREE_ITERATOR_CHILD_INFO_OPEN_IMAGE_UUID
          An image UUID that specifies the image that should be used to represent this item when it is open
static int PT_TREE_ITERATOR_CHILD_INFO_TYPE
          The type of this item, which is a BITMASK of PT_TREE_ITERATOR_CHILD_TYPES values
 
Constructor Summary
PT_TREE_ITERATOR_CHILD_INFO()
           
 
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_INFO_IDENTIFIER

public static final int PT_TREE_ITERATOR_CHILD_INFO_IDENTIFIER
The unique string identifier for this item, can be passed into IPTTreeIterator.MoveTo

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_TYPE

public static final int PT_TREE_ITERATOR_CHILD_INFO_TYPE
The type of this item, which is a BITMASK of PT_TREE_ITERATOR_CHILD_TYPES values

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_NAME

public static final int PT_TREE_ITERATOR_CHILD_INFO_NAME
The name of this item

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_DESC

public static final int PT_TREE_ITERATOR_CHILD_INFO_DESC
A description of this item

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_CHILDCOUNT

public static final int PT_TREE_ITERATOR_CHILD_INFO_CHILDCOUNT
The number of children of this item, or -1 if not known

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_IMAGE_UUID

public static final int PT_TREE_ITERATOR_CHILD_INFO_IMAGE_UUID
An image UUID that specifies the image that should be used to represent this item when it is closed

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_OPEN_IMAGE_UUID

public static final int PT_TREE_ITERATOR_CHILD_INFO_OPEN_IMAGE_UUID
An image UUID that specifies the image that should be used to represent this item when it is open

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_BROWSEABLE_URL

public static final int PT_TREE_ITERATOR_CHILD_INFO_BROWSEABLE_URL
An URL that can be used to browse to the item, or the blank string if not applicable

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_ADDL

public static final int PT_TREE_ITERATOR_CHILD_INFO_ADDL
Additional, application specific information about the item

See Also:
Constant Field Values

PT_TREE_ITERATOR_CHILD_INFO_INVALID

public static final int PT_TREE_ITERATOR_CHILD_INFO_INVALID
The highest column index is one less than this value

See Also:
Constant Field Values
Constructor Detail

PT_TREE_ITERATOR_CHILD_INFO

public PT_TREE_ITERATOR_CHILD_INFO()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.