All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.Tooltip.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Tooltips are common UI elements which are typically used for showing additional information about a Node in the scenegraph when the Node is hovered over by the mouse. Any Node can show a tooltip. In most cases a Tooltip is created and its text property is modified to show plain text to the user. However, a Tooltip is able to show within it an arbitrary scenegraph of nodes - this is done by creating the scenegraph and setting it inside the Tooltip graphic property.

]]>
Specifies the positioning of the graphic relative to the text.

]]>
The default font to use for text in the Tooltip.

]]>
An optional icon for the Tooltip.

]]>
The amount of space between the graphic and text

]]>
Specifies the behavior for lines of text when text is multiline.

]]>
Specifies the behavior to use if the text of the Tooltip exceeds the available space for rendering the text.

]]>
The text to display in the tooltip.

]]>
If a run of text exceeds the width of the Tooltip, then this variable indicates whether the text should wrap onto another line.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy