Generated Object
javafx.scene.control.ToolBar
Attributes
This node takes the attributes of the javafx.scene.control.ToolBar see javafx.scene.control.ToolBar.
Content
If the content is a tooltip, the the ToolBar's tooltip will be set to the Tooltip.
If the content is a JavaFX node, then it will be added to the ToolBar's items.
Usage
Used to create a ToolBar
Examples
Labels