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

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

Introduction

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

The text is from its open source code.

Method

Callback,TreeCell>forTreeView()
Creates a cell factory for use in a TreeView control, although there is a major assumption when used in a TreeView: this cell factory assumes that the TreeView root, and all children are instances of CheckBoxTreeItem , rather than the default TreeItem class that is used normally.