Generated Object
javafx.scene.control.TabPane
Attributes
This node takes the attributes of the javafx.scene.control.TabPane see javafx.scene.control.TabPane.
Content
If the content is a tooltip, the the TabPane's tooltip will be set to the Tooltip.
The content may be a "title", "content" node or a JavaFX node. If the content is a JavaFX node, then the TabPane's content attribute will be set to this node.
Usage
Used to create a TabPane
Examples
Labels