Java javafx.scene.control CheckBoxTreeItem fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.control CheckBoxTreeItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.control CheckBoxTreeItem.

The text is from its open source code.

Constructor

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.

Method

BooleanPropertyselectedProperty()
A BooleanProperty used to represent the selected state of this CheckBoxTreeItem.
voidsetSelected(boolean value)
Sets the selected state of this CheckBoxTreeItem.