public interface IFXOnHoverPolicy extends IPolicy<javafx.scene.Node>
IFXOnHoverPolicy
interface
will be notified about mouse hover events by the FXHoverTool
.adaptable
IAdaptable.Bound.Impl<T extends IAdaptable>
Modifier and Type | Method and Description |
---|---|
void |
hover(javafx.scene.input.MouseEvent e)
This callback method is invoked when the mouse hovers the host.
|
adaptableProperty, getAdaptable, setAdaptable
Copyright (c) 2014 itemis AG and others. All rights reserved.