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

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

Introduction

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

The text is from its open source code.

Subclass

javafx.scene.control.TreeCell has subclasses.
Click this link to see all its subclasses.

Constructor

TreeCell()
Creates a default TreeCell instance.

Method

NodegetDisclosureNode()
Returns the current disclosure node set in this TreeCell.
TreeItemgetTreeItem()
Returns the TreeItem currently set in this TreeCell.
ReadOnlyObjectProperty>treeItemProperty()
Each TreeCell represents at most a single TreeItem , which is represented by this property.