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 |
HostInterface.setEmbeddedStage(EmbeddedStageInterface embeddedStage) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EmbeddedStage |
Modifier and Type | Field and Description |
---|---|
private EmbeddedStageInterface |
JFXPanel.stagePeer |
Modifier and Type | Method and Description |
---|---|
void |
JFXPanel.HostContainer.setEmbeddedStage(EmbeddedStageInterface embeddedStage) |
Modifier and Type | Field and Description |
---|---|
private EmbeddedStageInterface |
FXCanvas.stagePeer |
Modifier and Type | Method and Description |
---|---|
void |
FXCanvas.HostContainer.setEmbeddedStage(EmbeddedStageInterface embeddedStage) |