| Package | Description |
|---|---|
| de.javagl.common.ui.tree.checkbox |
A tree implementation that supports check boxes at its nodes
|
| Modifier and Type | Method and Description |
|---|---|
CheckBoxTree.State |
CheckBoxTree.getSelectionState(Object node)
Returns the selection state of the given node, or
null
if the given object is not a node in this tree. |
static CheckBoxTree.State |
CheckBoxTree.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckBoxTree.State[] |
CheckBoxTree.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckBoxTree.setSelectionState(Object node,
CheckBoxTree.State state)
Set the selection state of the given node
|
void |
CheckBoxTree.StateListener.stateChanged(Object node,
CheckBoxTree.State oldState,
CheckBoxTree.State newState)
Will be called when the
CheckBoxTree.State of the given node changed |
Copyright © 2022. All rights reserved.