Package com.io7m.jwheatsheaf.ui.internal
Class JWToolTips
java.lang.Object
com.io7m.jwheatsheaf.ui.internal.JWToolTips
public final class JWToolTips
extends java.lang.Object
Functions to create tooltips.
-
Method Summary
Modifier and Type Method Description javafx.scene.control.Tooltip
tooltipOf(JWFileItem item)
Create a tooltip for the given file item.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
tooltipOf
Create a tooltip for the given file item.- Parameters:
item
- The item- Returns:
- A tooltip
-