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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

TabPane()
Constructs a new TabPane.

Method

ObservableMapgetProperties()
Returns an observable map of properties on this node for use primarily by application developers.
SingleSelectionModelgetSelectionModel()

Gets the model used for tab selection.

ObservableListgetStyleClass()
ObservableListgetTabs()

The tabs to display in this TabPane.

DoublePropertyprefHeightProperty()
DoublePropertyprefWidthProperty()
voidsetSide(Side value)

The position to place the tabs in this TabPane.

voidsetTabClosingPolicy(TabClosingPolicy value)

Specifies how the TabPane handles tab closing from an end-users perspective.