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.swingMethods 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.sceneMethods in javafx.scene that return SceneModifier and TypeMethodDescriptionfinal SceneNode.getScene()Gets the value of thesceneproperty.Methods in javafx.scene that return types with arguments of type SceneModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Scene>Node.sceneProperty()TheScenethat thisNodeis part of.
- 
Uses of Scene in javafx.stageMethods in javafx.stage that return SceneModifier and TypeMethodDescriptionfinal SceneWindow.getScene()Gets the value of thesceneproperty.Methods in javafx.stage that return types with arguments of type SceneModifier and TypeMethodDescriptionfinal ReadOnlyObjectProperty<Scene>Window.sceneProperty()TheSceneto be rendered on thisWindow.Methods in javafx.stage with parameters of type SceneModifier and TypeMethodDescriptionprotected final voidNote to subclasses: the scene used by PopupWindow is very specifically managed by PopupWindow.final voidSpecify the scene to be used on this stage.protected voidSets the value of thesceneproperty.