Package | Description |
---|---|
com.sun.javafx.embed | |
com.sun.javafx.tk.quantum | |
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.embed.swt |
Provides the set of classes to use JavaFX inside SWT applications.
|
Modifier and Type | Method and Description |
---|---|
void |
HostDragStartListener.dragStarted(EmbeddedSceneDSInterface dragSource,
TransferMode dragAction) |
TransferMode |
EmbeddedSceneDTInterface.handleDragEnter(int x,
int y,
int xAbs,
int yAbs,
TransferMode recommendedDropAction,
EmbeddedSceneDSInterface dragSource) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EmbeddedSceneDS |
Modifier and Type | Field and Description |
---|---|
private EmbeddedSceneDSInterface |
EmbeddedSceneDT.dragSource |
private EmbeddedSceneDSInterface |
EmbeddedSceneDT.EmbeddedDTAssistant.dragSource |
private EmbeddedSceneDSInterface |
EmbeddedSceneDnD.fxDragSource |
Modifier and Type | Method and Description |
---|---|
TransferMode |
EmbeddedSceneDT.handleDragEnter(int x,
int y,
int xAbs,
int yAbs,
TransferMode recommendedDropAction,
EmbeddedSceneDSInterface ds) |
void |
EmbeddedSceneDnD.onDragSourceReleased(EmbeddedSceneDSInterface ds) |
Constructor and Description |
---|
EmbeddedDTAssistant(EmbeddedSceneDSInterface source) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
SwingDragSource
Drag source to deliver data from Swing environment to embedded FX scene.
|
Modifier and Type | Field and Description |
---|---|
private EmbeddedSceneDSInterface |
SwingDnD.fxDragSource |
Modifier and Type | Method and Description |
---|---|
private org.eclipse.swt.dnd.DragSource |
FXCanvas.HostContainer.createDragSource(EmbeddedSceneDSInterface fxDragSource,
TransferMode dragAction) |