Package | Description |
---|---|
org.eclipse.gef4.fx.swt.gestures |
This package provides support for the conversion of SWT
GestureEvent (touch events) to corresponding
JavaFX events when embedding a JavaFX scene graph into an SWT application
(via FXCanvas ):
SWT2FXEventConverter . |
Modifier and Type | Method and Description |
---|---|
protected void |
SWT2FXEventConverter.scheduleSceneRunnable(SWT2FXEventConverter.ISceneRunnable sr)
Schedules the given
SWT2FXEventConverter.ISceneRunnable for execution in a privileged
runnable on the JavaFX application thread. |
Copyright (c) 2014 itemis AG and others. All rights reserved.