Generated Object
javafx.scene.control.Button
Attributes
This node takes the attributes of the javafx.scene.control.Button. see javafx.scene.control.Button
Content
If the content is a javafx.scene.control.Tooltip (see javafx.scene.control.Tooltip) object, then the Button's tooltip will be set to this Tooltip object.
If the content is a JavaFX Node, then the Button's graphic will be set to the JavaFX Node.
Other content is processed per the common javafx Node content.
Usage
This is a JavaFX Node and accepts the common Node attributes.
Examples
Labels