public abstract class AbstractFXOnHoverPolicy extends AbstractPolicy<javafx.scene.Node>
AbstractFXOnHoverPolicy
is called upon mouse hover events by the
FXHoverTool
. You can use it as an adapter on any IVisualPart
for which mouse hover interaction is desired, and you can also register
multiple instances of AbstractFXOnHoverPolicy
on the same
IVisualPart
(with different adapter roles).Constructor and Description |
---|
AbstractFXOnHoverPolicy() |
Modifier and Type | Method and Description |
---|---|
abstract void |
hover(javafx.scene.input.MouseEvent e)
This callback method is invoked when the mouse hovers the
host . |
commit, disableRefreshVisuals, enableRefreshVisuals, getAdaptable, getHost, init, setAdaptable
public abstract void hover(javafx.scene.input.MouseEvent e)
host
.e
- The original MouseEvent
.Copyright (c) 2014 itemis AG and others. All rights reserved.