Class Tab

java.lang.Object
javafx.scene.control.Tab
All Implemented Interfaces:
Styleable, EventTarget

@DefaultProperty("content") @IDProperty("id") public class Tab extends Object implements EventTarget, Styleable

Tabs are placed within a TabPane, where each tab represents a single 'page'.

Tabs can contain any Node such as UI controls or groups of nodes added to a layout container.

When the user clicks on a Tab in the TabPane the Tab content becomes visible to the user.

Since:
JavaFX 2.0