JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Provides functions for associating tooltips with arbitrary nodes. This class should not be instantiated directly. Instead use one of the static methods.

Inherited Variables

Script Function Summary

public register(node: Node, toolTip: java.lang.String) : Void

Associates the specified string tooltip with the specified node.

Associates the specified string tooltip with the specified node.

Parameters
node
The node to associate the tooltip with.
toolTip
The string content of the tooltip.
 
public register(node: Node, toolTip: Node) : Void

Associates the specified tooltip with the specified node.

Associates the specified tooltip with the specified node.

Parameters
node
The node to associate the tooltip with.
toolTip
The content of the tooltip.
 

Inherited Functions