|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.explorer.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
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 |
Field Detail |
public static int LAST_SHIFT
LAST_SHIFT
must be incremented by one.
public static final int IS_NOT_IN_PROJECT
TNode
is currently not in a project
public static final int IS_OPENED
TNode
is currently not opened
public static final int IS_UNFILTERED
TNode
is currently not using a filter
Method Detail |
public static final int newBit()
TNode
bit.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.