See: Description
Class | Description |
---|---|
CustomTransfer | Deprecated
This is an internal API that is not intended for use and will be removed in the next version
|
CustomTransferBuilder | Deprecated
This class is deprecated and will be removed in the next version
|
CustomTransferBuilder<B extends CustomTransferBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
FXCanvas |
FXCanvas is a component to embed JavaFX content into
SWT applications. |
SWTCursors |
An utility class to translate cursor types between embedded
application and SWT.
|
SWTEvents |
An utility class to translate event types between embedded
application and SWT.
|
SWTFXUtils |
This class provides utility methods for converting data types between
SWT and JavaFX formats.
|
Provides the set of classes to use JavaFX inside SWT applications.
The FXCanvas
class is the base class
that provides JavaFX and SWT interoperability. This class defines an
SWT component, which accepts and renders an instance of
Scene
and forwards all input events from SWT
to the attached JavaFX scene.