FXCanvas
, adding support for various JavaFX/SWT integration functionality:
FXCanvasEx
.See: Description
Class | Description |
---|---|
FXCanvasEx |
A replacement of
FXCanvas that offers the following additional
capabilities:
Forwarding of SWT GestureEvent s to JavaFX (the original FXCanvas
simply ignores all those events)
Support for notifying SWT FocusListener s (the original FXCanvas
will forward all focus events to the embedded JavaFX stage), so SWT
FocusListener will not be notified
Support for setting cursors via JavaFX (i.e. the cursor of the embedded
JavaFX stage, its transferred into an SWT cursor on this FXCanvasEx )
|
FXCanvas
, adding support for various JavaFX/SWT integration functionality:
FXCanvasEx
.Copyright (c) 2014 itemis AG and others. All rights reserved.