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

Profile: desktop, common

Overview

A control that contains multiple items that share the same space on the screen.

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicactivePageTabPage

The currently active tab page.

publicfillPaintColor.LIGHTGRAY

The background fill od the tab view.

publicitemsTabPage[]

The pages contained in the tab view.

publiconClosingfunction(:TabPage):boolean

Invoked when a tab page is closed interactively by the user.

Invoked when a tab page is closed interactively by the user. The associated function can be used to cancel the closing operation by returning false.

 
publicshowCloseButtonsBooleanfalse

A value indicating whether the user could close a tab page interactively by a button contained in the tab page headers.

Inherited Variables

Inherited Functions