Example usage for Java javafx.scene.control CheckBoxTreeItem fields, constructors, methods, implement or subclass
The text is from its open source code.
CheckBoxTreeItem(T value) Creates a CheckBoxTreeItem with the value property set to the provided object. | |
CheckBoxTreeItem(T value, Node graphic) Creates a CheckBoxTreeItem with the value property set to the provided object, and the graphic set to the provided Node. |
BooleanProperty | selectedProperty() A BooleanProperty used to represent the selected state of this CheckBoxTreeItem. |
void | setSelected(boolean value) Sets the selected state of this CheckBoxTreeItem. |