Uses of Class
javafx.scene.control.Tooltip
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of Tooltip in javafx.scene.control
Modifier and TypeMethodDescriptionfinal Tooltip
Control.getTooltip()
Gets the value of thetooltip
property.final Tooltip
Tab.getTooltip()
The tooltip associated with this tab.Modifier and TypeMethodDescriptionfinal ObjectProperty<Tooltip>
Control.tooltipProperty()
The ToolTip for this control.final ObjectProperty<Tooltip>
Tab.tooltipProperty()
The tooltip associated with this tab.Modifier and TypeMethodDescriptionstatic void
final void
Control.setTooltip
(Tooltip value) Sets the value of thetooltip
property.final void
Tab.setTooltip
(Tooltip value) Specifies the tooltip to show when the user hovers over the tab.static void
-
Uses of Tooltip in javafx.scene.control.skin
Modifier and TypeMethodDescriptionTooltipSkin.getSkinnable()
Gets the Skinnable to which this Skin is assigned.