|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.ide.model.DefaultAttributes
oracle.ide.explorer.CellRendererAttributes
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 |
ALWAYS_BOLD_ACTIVE_NODE
Bit indicating that the tree should show active nodes in bold characters even when the tree does not have the input focus. |
static int |
LAST_SHIFT
Points to the last bit used. |
Fields inherited from class oracle.ide.model.DefaultAttributes |
EMPTY_ATTRIBUTES, NONE |
Constructor Summary | |
CellRendererAttributes()
|
|
CellRendererAttributes(CellRendererAttributes other)
|
Method Summary | |
Attributes |
duplicate()
Return an exact duplicate of me. |
static int |
newBit()
Returns the next available TNode bit. |
Methods inherited from class oracle.ide.model.DefaultAttributes |
clear, decAttr, equals, equalsImpl, incAttr, isSet, maxAttr, minAttr, noneAttr, set, unset |
Methods inherited from class java.lang.Object |
clone, 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 ALWAYS_BOLD_ACTIVE_NODE
Constructor Detail |
public CellRendererAttributes()
public CellRendererAttributes(CellRendererAttributes other)
Method Detail |
public Attributes duplicate()
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, 2003, Oracle. All rights reserved.