JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

A tree view control.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicfillPaintColor.WHITE

The background of the tree view.

publicitemClickedfunction(:TreeViewItem,:MouseEvent):Void

Invoked when a tree view item has been clicked with the mouse.

publicitemsByte[]

The root items contained in the view.

publicselectedItemTreeViewItem

The currently selected item within the control.

publicselectedItemChangedfunction(:TreeViewItem):Void

Invoked when the currently selected item has changed, either interactively or programmatically.

publicshowExpandCollapseBooleantrue

A value indicating whether expand/collapse buttons are shown next to parent nodes.

publicshowLinesBooleantrue

A value indicating whether lines are displayed between sibling items and between parent and child items.

Inherited Variables

Inherited Functions