| Package | Description |
|---|---|
| oracle.javatools.ui.checktree |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|