public final class Tooltips
extends java.lang.Object
Tooltip related functions.| Modifier and Type | Method and Description |
|---|---|
static javafx.scene.control.Tooltip |
show(javafx.scene.layout.Region region,
java.lang.String message)
Show a tool tip for a specific region.
|
static javafx.scene.control.Tooltip |
show(javafx.scene.layout.Region region,
java.lang.String message,
javafx.scene.image.Image image)
Show a tool tip for a specific region.
|
public static javafx.scene.control.Tooltip show(javafx.scene.layout.Region region,
java.lang.String message)
region - The region to display the tool tip for.message - The message to display:public static javafx.scene.control.Tooltip show(javafx.scene.layout.Region region,
java.lang.String message,
@Nullable
javafx.scene.image.Image image)
region - The region to display the tool tip for.message - The message to display:image - The image to display (may be null).