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