|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.explorer.TNodeConstants
public final class TNodeConstants
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 |
---|
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 filterMethod Detail |
---|
public static final int newBit()
TNode
bit.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |