Uses of Class
javafx.scene.Scene
Packages that use Scene
Package
Description
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 SceneModifier and TypeMethodDescriptionfinal Scene
Node.getScene()
Gets the value of the property scene.Methods in javafx.scene that return types with arguments of type SceneModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Scene>
Node.sceneProperty()
TheScene
that thisNode
is part of. -
Uses of Scene in javafx.stage
Methods in javafx.stage that return SceneModifier and TypeMethodDescriptionfinal Scene
Window.getScene()
Gets the value of the property scene.Methods in javafx.stage that return types with arguments of type SceneModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Scene>
Window.sceneProperty()
TheScene
to be rendered on thisWindow
.Methods in javafx.stage with parameters of type SceneModifier and TypeMethodDescriptionprotected final void
Note to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow.final void
Specify the scene to be used on this stage.protected void
Sets the value of thescene
property.