java.lang.Object
javafx.scene.control.skin.TooltipSkin
public class TooltipSkin extends Object implements Skin<Tooltip>
CSS based skin for Tooltip. It deals mostly with show hide logic for
 Popup based controls, and specifically in this case for tooltip. It also
 implements some of the Skin interface methods.
 TooltipContent class is the actual skin implementation of the tooltip.
- 
Constructor SummaryConstructors Constructor Description TooltipSkin(Tooltip t)Creates a new TooltipSkin instance for the givenTooltip.
- 
Method SummaryMethods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface javafx.scene.control.Skindispose, getNode, getSkinnable
- 
Constructor Details- 
TooltipSkinCreates a new TooltipSkin instance for the givenTooltip.- Parameters:
- t- the tooltip
 
 
-