Generated Object
javafx.scene.control.TitledPane
Attributes
This node takes the attributes of the javafx.scene.control.TitledPane see javafx.scene.control.TitledPane.
Content
If the content is a tooltip, the the TitledPane'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 TitledPane's content attribute will be set to this node.
Usage
Used to create a Titled Pane
Examples
Labels