-
Packages that use Scene
Package |
Description |
javafx.embed.swing |
Provides the set of classes to use JavaFX inside Swing applications.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
-
-
Methods in javafx.embed.swing with parameters of type Scene
Modifier and Type |
Method |
Description |
void |
JFXPanel.setScene(Scene newScene) |
Attaches a Scene object to display in this
JFXPanel .
|
-
-
Methods in javafx.stage with parameters of type Scene
Modifier and Type |
Method |
Description |
protected void |
PopupWindow.setScene(Scene scene) |
Note to subclasses: the scene used by PopupWindow is very specifically
managed by PopupWindow.
|
void |
Stage.setScene(Scene value) |
Specify the scene to be used on this stage.
|
protected void |
Window.setScene(Scene value) |
Sets the value of the property scene.
|