public class FXFocusAndSelectOnClickPolicy extends AbstractFXInteractionPolicy implements IFXOnClickPolicy
FXFocusAndSelectOnClickPolicy is an IFXOnClickPolicy that
focuses and selects its host by altering the
FocusModel and the SelectionModel when the host is clicked by the mouse.adaptableadaptableIAdaptable.Bound.Impl<T extends IAdaptable>| Constructor and Description |
|---|
FXFocusAndSelectOnClickPolicy() |
| 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.
|
isRegistered, isRegisteredForHostcommit, init, restoreRefreshVisuals, rollback, storeAndDisableRefreshVisualsadaptableProperty, getAdaptable, getHost, setAdaptableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptableProperty, getAdaptable, setAdaptablepublic void click(javafx.scene.input.MouseEvent e)
IFXOnClickPolicyclick in interface IFXOnClickPolicye - The original MouseEvent.Copyright (c) 2014 itemis AG and others. All rights reserved.