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