public class ZestFxCursorProvider
extends java.lang.Object
implements com.google.inject.Provider<java.util.Map<javafx.scene.input.KeyCode,javafx.scene.Cursor>>
ZestFxCursorProvider
is a
Provider<Map<KeyCode, Cursor>>
implementation that
provides the mouse cursor for a modifier key in the context of a Zest.FX
application. By default, a "rotation" cursor is shown when
KeyCode.CONTROL
is pressed.Constructor and Description |
---|
ZestFxCursorProvider() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<javafx.scene.input.KeyCode,javafx.scene.Cursor> |
get() |
Copyright (c) 2014 itemis AG and others. All rights reserved.