Package | Description |
---|---|
com.sun.javafx.stage | |
com.sun.javafx.tk | |
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 | Field and Description |
---|---|
private HostInterface |
EmbeddedWindow.host |
Constructor and Description |
---|
EmbeddedWindow(HostInterface host) |
Modifier and Type | Method and Description |
---|---|
TKStage |
DummyToolkit.createTKEmbeddedStage(HostInterface host,
java.security.AccessControlContext acc) |
abstract TKStage |
Toolkit.createTKEmbeddedStage(HostInterface host,
java.security.AccessControlContext acc) |
Modifier and Type | Field and Description |
---|---|
private HostInterface |
EmbeddedStage.host |
private HostInterface |
EmbeddedScene.host |
Modifier and Type | Method and Description |
---|---|
TKStage |
QuantumToolkit.createTKEmbeddedStage(HostInterface host,
java.security.AccessControlContext acc) |
Constructor and Description |
---|
EmbeddedScene(HostInterface host,
boolean depthBuffer,
boolean msaa) |
EmbeddedStage(HostInterface host) |
Modifier and Type | Class and Description |
---|---|
private class |
JFXPanel.HostContainer |
Modifier and Type | Class and Description |
---|---|
private class |
FXCanvas.HostContainer |