Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.ide.explorer
Class TNodeConstants

java.lang.Object
  extended by oracle.ide.explorer.TNodeConstants

public final class TNodeConstants
extends java.lang.Object

The 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..


Field Summary
static int IS_NOT_IN_PROJECT
          Deprecated. Do not use; no replacement and has no effect.
static int IS_OPENED
          Bit indicating that a TNode is currently not opened
static int IS_UNFILTERED
          Bit indicating that a TNode is currently not using a filter
 
Method Summary
static int newBit()
          Returns the next available TNode bit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_NOT_IN_PROJECT

public static final int IS_NOT_IN_PROJECT
Deprecated. Do not use; no replacement and has no effect.

IS_OPENED

public static final int IS_OPENED
Bit indicating that a TNode is currently not opened


IS_UNFILTERED

public static final int IS_UNFILTERED
Bit indicating that a TNode is currently not using a filter

Method Detail

newBit

public static final int newBit()
Returns the next available TNode bit.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.