public class FXCursorBehavior extends AbstractBehavior<javafx.scene.Node>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CURSOR_PROVIDER_ROLE |
pcs
ACTIVE_PROPERTY
Constructor and Description |
---|
FXCursorBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
activate() |
protected void |
changeCursor(javafx.scene.Cursor cursor) |
void |
deactivate() |
protected com.google.inject.Provider<java.util.Map<javafx.scene.input.KeyCode,javafx.scene.Cursor>> |
getCursorProvider() |
protected void |
restoreInitialCursor() |
addFeedback, addFeedback, addHandles, addHandles, addPropertyChangeListener, getAdaptable, getFeedbackParts, getHandleParts, getHost, isActive, removeFeedback, removeHandles, removePropertyChangeListener, setAdaptable, switchAdaptableScopes
public static final java.lang.String CURSOR_PROVIDER_ROLE
public void activate()
activate
in interface IActivatable
activate
in class AbstractBehavior<javafx.scene.Node>
protected void changeCursor(javafx.scene.Cursor cursor)
public void deactivate()
deactivate
in interface IActivatable
deactivate
in class AbstractBehavior<javafx.scene.Node>
protected com.google.inject.Provider<java.util.Map<javafx.scene.input.KeyCode,javafx.scene.Cursor>> getCursorProvider()
protected void restoreInitialCursor()
Copyright (c) 2014 itemis AG and others. All rights reserved.