Uses of Class
javafx.scene.Scene
Packages that use Scene
Package
Description
Provides the set of classes to use JavaFX inside Swing applications.
Provides the core set of base
classes for the JavaFX Scene Graph API.
Provides the top-level container classes for JavaFX content.
-
Uses of Scene in javafx.embed.swing
Methods in javafx.embed.swing that return SceneModifier and TypeMethodDescriptionJFXPanel.getScene()
Returns the JavaFX scene attached to thisJFXPanel
.Methods in javafx.embed.swing with parameters of type Scene -
Uses of Scene in javafx.scene
Methods in javafx.scene that return SceneMethods in javafx.scene that return types with arguments of type Scene -
Uses of Scene in javafx.stage
Methods in javafx.stage that return SceneMethods in javafx.stage that return types with arguments of type SceneModifier and TypeMethodDescriptionWindow.sceneProperty()
TheScene
to be rendered on thisWindow
.Methods in javafx.stage with parameters of type SceneModifier and TypeMethodDescriptionprotected void
Note to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow.void
Specify the scene to be used on this stage.protected void
Sets the value of the property scene.