Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.ui.checktree.TriStateNode.NodeState

Packages that use TriStateNode.NodeState
oracle.javatools.ui.checktree   
 

Uses of TriStateNode.NodeState in oracle.javatools.ui.checktree
 

Methods in oracle.javatools.ui.checktree that return TriStateNode.NodeState
 TriStateNode.NodeState TriStateNode.getNodeState()
           
static TriStateNode.NodeState TriStateNode.NodeState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TriStateNode.NodeState[] TriStateNode.NodeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.javatools.ui.checktree with parameters of type TriStateNode.NodeState
 void TriStateNode.setNodeState(TriStateNode.NodeState nodeState)
          Set this node to the given status.
 void TriStateNode.setNodeState(TriStateNode.NodeState nodeState, boolean propagateStateUp, boolean propagateStateDown)
          Set the state of this node, and optionally set the children and ancestors to appropriate status.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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