com.plumtree.server.treeiterator
Class PT_TREE_ITERATOR_STYLES

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

public final class PT_TREE_ITERATOR_STYLES
extends java.lang.Object

An instance of a tree iterator has a style, which determines how strings will be returned.

Author:
michaels
See Also:
IPTTreeIterator

Field Summary
static int PT_TREE_ITERATOR_STYLE_HTML
          Return strings as HTML (for example, formatting tags are allowed)
static int PT_TREE_ITERATOR_STYLE_INVALID
          invalid style
static int PT_TREE_ITERATOR_STYLE_PLAIN_TEXT
          Return strings in plain text
 
Constructor Summary
PT_TREE_ITERATOR_STYLES()
           
 
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_STYLE_PLAIN_TEXT

public static final int PT_TREE_ITERATOR_STYLE_PLAIN_TEXT
Return strings in plain text

See Also:
Constant Field Values

PT_TREE_ITERATOR_STYLE_HTML

public static final int PT_TREE_ITERATOR_STYLE_HTML
Return strings as HTML (for example, formatting tags are allowed)

See Also:
Constant Field Values

PT_TREE_ITERATOR_STYLE_INVALID

public static final int PT_TREE_ITERATOR_STYLE_INVALID
invalid style

See Also:
Constant Field Values
Constructor Detail

PT_TREE_ITERATOR_STYLES

public PT_TREE_ITERATOR_STYLES()


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.