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

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

Introduction

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

The text is from its open source code.

Constructor

TreeTableView(TreeItem root)
Creates a TreeTableView with the provided root node.

Method

ObservableList>getColumns()
The TreeTableColumns that are part of this TableView.
doublegetHeight()
TreeItemgetRoot()
Returns the current root node of this TreeTableView, or null if no root node is specified.
doublegetWidth()
voidlayout()
Executes a top-down layout pass on the scene graph under this parent.
voidsetTableMenuButtonVisible(boolean value)
BooleanPropertyshowRootProperty()
Property that represents whether or not the TreeTableView root node is visible.