public final class TNodeConstants
extends java.lang.Object
TNodeConstants class defines the TNode
 bits. This bits when set indicate information about the tree node,
 such as whether the node is filtered, opened, etc..| Modifier and Type | Field and Description | 
|---|---|
| static int | IS_NOT_IN_PROJECTDeprecated. 
 Do not use; no replacement and has no effect. | 
| static int | IS_OPENEDBit indicating that a  TNodeis currently not opened | 
| static int | IS_UNFILTEREDBit indicating that a  TNodeis currently not using a filter | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | newBit()Returns the next available  TNodebit. | 
public static final int IS_NOT_IN_PROJECT
public static final int IS_OPENED
TNode is currently not openedpublic static final int IS_UNFILTERED
TNode is currently not using a filter