TabPane type (joe.win)


Extends: Control

The TabPane type is the base class for JavaFX tab panes, which can contain Tab objects.

Initializer

Methods

Control Methods

Region Methods

Node Methods

Properties

TabPane widgets have the following properties, in addition to those inherited from superclasses.

PropertyTypeDescription
#sideSideThe position for the tabs.

TabPane Initializer


TabPane([text]) → TabPane

Returns a TabPane.

Methods


tabPane.tab()


tabPane.tab(tab) → this

Adds a Tab to the pane.

tabPane.tabs()


tabPane.tabs() → joe.List

Gets the list of the pane's tabs, which can be updated freely. All items must be instances of Tab or a subclass.