Generates a Simple Tooltip with default properties from a text.
Generates a Simple Tooltip with default properties from a text.
Tooltip's text.
The CssMetaData associated with this class, which may include the CssMetaData of its super classes.
The CssMetaData associated with this class, which may include the CssMetaData of its super classes.
8.0
Associates the given Tooltip with a given Node.
Associates the given Tooltip with a given Node. The tooltip can then behave similar to when it is set on any Control. A single tooltip can be associated with multiple nodes.
Converts a ScalaFX Tooltip to its JavaFX counterpart
Converts a ScalaFX Tooltip to its JavaFX counterpart
ScalaFX Tooltip
JavaFX Tooltip
Converts a String to a Simple Tooltip with default properties.
Converts a String to a Simple Tooltip with default properties.
Tooltip's text.
Removes the association of the given Tooltip on a specified Node.
Removes the association of the given Tooltip on a specified Node. Hence hovering on the node will no longer result in showing of the tooltip.
Just to satisfy Spec tests.
Just to satisfy Spec tests.
(Since version 2.1) Use Tooltip.install(Node, Tooltip)
Just to satisfy Spec tests.
Just to satisfy Spec tests.
(Since version 2.1) Use Tooltip.uninstall(Node, Tooltip)
Object companion for scalafx.scene.control.PopupControl.