See: Description
| Class | Description |
|---|---|
| CachingTransferable |
A Transferable implementation backed by a Map.
|
| DataFlavorUtils | |
| DataFlavorUtils.ByteBufferInputStream |
InputStream implementation backed by a ByteBuffer.
|
| FXDnD |
A utility class to connect DnD mechanism of Swing and FX.
|
| InputMethodSupport |
A utility class containing the functions to support Input Methods
|
| InputMethodSupport.InputMethodRequestsAdapter | |
| JFXPanel |
JFXPanel is a component to embed JavaFX content into
Swing applications. |
| JFXPanelBuilder<B extends JFXPanelBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| SwingCursors |
An utility class to translate cursor types between embedded
application and Swing.
|
| SwingDnD |
An utility class to connect DnD mechanism of Swing and FX.
|
| SwingDragSource |
Drag source to deliver data from Swing environment to embedded FX scene.
|
| SwingEvents |
A utility class to translate event types and data between embedded
application and Swing.
|
| SwingFXUtils |
This class provides utility methods for converting data types between
Swing/AWT and JavaFX formats.
|
| SwingFXUtils.FwSecondaryLoop | |
| SwingFXUtils.FXDispatcher | |
| SwingNode |
This class is used to embed a Swing content into a JavaFX application.
|
| SwingNode.OptionalMethod<T> | |
| SwingNode.SwingNodeContent | |
| SwingNode.SwingNodeDisposer | |
| SwingNode.SwingNodeWindowFocusListener |
Provides the set of classes to use JavaFX inside Swing applications.
The JFXPanel class is the base class
that provides JavaFX and Swing interoperability. This class defines a
lightweight Swing component, which accepts and renders an instance of
Scene and forwards all input events from Swing
to the attached JavaFX scene.