oracle.ide.explorer
Class TNodeConstants
java.lang.Object
|
+--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
Bit indicating that a TNode is currently not in a project |
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 |
static int |
LAST_SHIFT
Points to the last bit used. |
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 |
LAST_SHIFT
public static int LAST_SHIFT
- Points to the last bit used. When adding a new bit
LAST_SHIFT
must be incremented by one.
IS_NOT_IN_PROJECT
public static final int IS_NOT_IN_PROJECT
- Bit indicating that a
TNode
is currently not in a project
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
newBit
public static final int newBit()
- Returns the next available
TNode
bit.