Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.explorer
Class CellRendererAttributes

java.lang.Object
  extended by oracle.ide.model.DefaultAttributes
      extended by oracle.ide.explorer.CellRendererAttributes
All Implemented Interfaces:
Attributes

public final class CellRendererAttributes
extends DefaultAttributes

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 HIDE_CHILDREN
          Bit indicating that the tree should not show children of folders whose hide their children attribute has been set.
static int HIDE_FILE_EXTENSIONS
          Bit indicating that the tree should not show file extensions for folders whose hide file extension attribute has been set.
 
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

ALWAYS_BOLD_ACTIVE_NODE

public static final 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.


HIDE_FILE_EXTENSIONS

public static final int HIDE_FILE_EXTENSIONS
Bit indicating that the tree should not show file extensions for folders whose hide file extension attribute has been set.


HIDE_CHILDREN

public static final int HIDE_CHILDREN
Bit indicating that the tree should not show children of folders whose hide their children attribute has been set.

Constructor Detail

CellRendererAttributes

public CellRendererAttributes()

CellRendererAttributes

public CellRendererAttributes(CellRendererAttributes other)
Method Detail

duplicate

public Attributes duplicate()
Return an exact duplicate of me.


newBit

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


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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