public class HoverSupport
extends java.lang.Object
| Constructor and Description |
|---|
HoverSupport(javafx.scene.layout.Region control)
Create a hover support instance
|
| Modifier and Type | Method and Description |
|---|---|
protected static TextHoverEvent |
createHoverEvent(javafx.scene.input.MouseEvent e)
Create a hover event from the mouse event
|
protected void |
handleHover(javafx.scene.input.MouseEvent event)
Create a hover even from the hover mouse event
|
protected void |
install()
Installation of the hover support
|
static HoverSupport |
install(javafx.scene.layout.Region control)
Install the hover support on the provided control
|
public HoverSupport(javafx.scene.layout.Region control)
control - the controlprotected void install()
public static HoverSupport install(javafx.scene.layout.Region control)
control - the controlprotected static TextHoverEvent createHoverEvent(javafx.scene.input.MouseEvent e)
e - the mouse eventprotected void handleHover(javafx.scene.input.MouseEvent event)
e - the event