Package de.hsh.graja.gui.controller
Class LabeledOverrunTooltipper
java.lang.Object
de.hsh.graja.gui.controller.LabeledOverrunTooltipper
- Direct Known Subclasses:
CellOverrunTooltipper
An instance of this class attaches a tooltip to a
Labeled
item.
The tooltip is shown only, when the item's text is ellipsized.
You can call the dispose()
method to end tooltipping.-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
javafx.scene.control.Labeled
boolean
Gets the value of the property wrapTooltipText.void
setWrapText
(boolean wrap) protected void
javafx.beans.property.BooleanProperty
-
Property Details
-
wrapTooltipText
public javafx.beans.property.BooleanProperty wrapTooltipTextProperty- See Also:
-
-
Constructor Details
-
LabeledOverrunTooltipper
public LabeledOverrunTooltipper(javafx.scene.control.Labeled labeled)
-
-
Method Details
-
dispose
public void dispose() -
getLabeled
public javafx.scene.control.Labeled getLabeled() -
updateTooltip
protected void updateTooltip() -
wrapTooltipTextProperty
public javafx.beans.property.BooleanProperty wrapTooltipTextProperty()- See Also:
-
getWrapTooltipText
public boolean getWrapTooltipText()Gets the value of the property wrapTooltipText.- Property description:
-
setWrapText
public void setWrapText(boolean wrap)
-