Class TooltipSkin

java.lang.Object
javafx.scene.control.skin.TooltipSkin
All Implemented Interfaces:
Skin<Tooltip>

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 Details

    • TooltipSkin

      public TooltipSkin​(Tooltip t)
      Creates a new TooltipSkin instance for the given Tooltip.
      Parameters:
      t - the tooltip