Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

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
  • None