public class FXHoverOnHoverPolicy extends AbstractFXOnHoverPolicy
FXHoverOnHoverPolicy is an AbstractFXOnHoverPolicy that
hovers its host by altering the HoverModel when
the host is hovered by the mouse.| Constructor and Description |
|---|
FXHoverOnHoverPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
hover(javafx.scene.input.MouseEvent e)
This callback method is invoked when the mouse hovers the
host. |
commit, disableRefreshVisuals, enableRefreshVisuals, getAdaptable, getHost, init, setAdaptablepublic void hover(javafx.scene.input.MouseEvent e)
AbstractFXOnHoverPolicyhost.hover in class AbstractFXOnHoverPolicye - The original MouseEvent.Copyright (c) 2014 itemis AG and others. All rights reserved.