Package | Description |
---|---|
com.sun.glass.ui | |
com.sun.javafx.application | |
com.sun.javafx.css | |
com.sun.javafx.fxml.builder | |
com.sun.javafx.perf | |
com.sun.javafx.robot | |
com.sun.javafx.robot.impl | |
com.sun.javafx.scene | |
com.sun.javafx.scene.control | |
com.sun.javafx.scene.traversal | |
com.sun.javafx.stage | |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected Accessible |
Accessible.getAccessible(Scene scene) |
Modifier and Type | Method and Description |
---|---|
static void |
PlatformImpl.addNoTransparencyStylesheetToScene(Scene scene) |
Modifier and Type | Method and Description |
---|---|
Scene |
CssError.getScene() |
Modifier and Type | Method and Description |
---|---|
void |
StyleManager.addUserAgentStylesheet(Scene scene,
String url)
Add a user agent stylesheet, possibly overriding styles in the default
user agent stylesheet.
|
void |
StyleManager.addUserAgentStylesheet(Scene scene,
Stylesheet ua_stylesheet)
Add a user agent stylesheet, possibly overriding styles in the default
user agent stylesheet.
|
void |
StyleManager.forget(Scene scene)
called from Window when the scene is closed.
|
static void |
CssError.setCurrentScene(Scene scene)
Set the static scene variable.
|
void |
StyleManager.setDefaultUserAgentStylesheet(Scene scene,
String url)
Set the default user agent stylesheet
|
void |
StyleManager.stylesheetsChanged(Scene scene,
ListChangeListener.Change<String> c)
called from Scene's stylesheets property's onChanged method
|
Modifier and Type | Method and Description |
---|---|
Scene |
JavaFXSceneBuilder.build() |
Modifier and Type | Method and Description |
---|---|
abstract PerformanceTracker |
PerformanceTracker.SceneAccessor.getPerfTracker(Scene scene) |
static PerformanceTracker |
PerformanceTracker.getSceneTracker(Scene scene)
Creates a
PerformanceTracker for this scene. |
static void |
PerformanceTracker.releaseSceneTracker(Scene scene)
Removes the tracker from the scene.
|
abstract void |
PerformanceTracker.SceneAccessor.setPerfTracker(Scene scene,
PerformanceTracker tracker) |
Modifier and Type | Method and Description |
---|---|
static FXRobot |
FXRobotFactory.createRobot(Scene scene)
Creates FXRobot instance which controls given scene.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FXRobotHelper.FXRobotSceneAccessor.processKeyEvent(Scene scene,
KeyEvent keyEvent) |
abstract void |
FXRobotHelper.FXRobotSceneAccessor.processMouseEvent(Scene scene,
MouseEvent mouseEvent) |
abstract void |
FXRobotHelper.FXRobotSceneAccessor.processScrollEvent(Scene scene,
ScrollEvent scrollEvent) |
abstract Object |
FXRobotHelper.FXRobotSceneAccessor.renderToImage(Scene scene,
Object platformImage) |
Constructor and Description |
---|
BaseFXRobot(Scene target) |
Modifier and Type | Method and Description |
---|---|
static Scene |
SceneHelper.createPopupScene(Parent root) |
Scene |
SceneHelper.SceneAccessor.createPopupScene(Parent root) |
Modifier and Type | Method and Description |
---|---|
static Accessible |
SceneHelper.getAccessible(Scene scene) |
Accessible |
SceneHelper.SceneAccessor.getAccessible(Scene scene) |
static Camera |
SceneHelper.getEffectiveCamera(Scene scene) |
Camera |
SceneHelper.SceneAccessor.getEffectiveCamera(Scene scene) |
static void |
SceneHelper.parentEffectiveOrientationInvalidated(Scene scene) |
void |
SceneHelper.SceneAccessor.parentEffectiveOrientationInvalidated(Scene scene) |
void |
SceneHelper.SceneAccessor.setTransientFocusContainer(Scene scene,
Node node) |
Modifier and Type | Method and Description |
---|---|
static void |
ControlAcceleratorSupport.removeAcceleratorsFromScene(List<? extends MenuItem> items,
Scene scene) |
Constructor and Description |
---|
SceneTraversalEngine(Scene scene) |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedWindow.setScene(Scene value)
Specify the scene to be used on this stage.
|
Modifier and Type | Method and Description |
---|---|
Scene |
JFXPanel.getScene()
Returns the JavaFX scene attached to this
JFXPanel . |
Modifier and Type | Method and Description |
---|---|
B |
JFXPanelBuilder.scene(Scene x)
Deprecated.
Set the value of the
scene property for the instance constructed by this builder. |
void |
JFXPanel.setScene(Scene newScene)
Attaches a
Scene object to display in this JFXPanel . |
Modifier and Type | Method and Description |
---|---|
Scene |
FXCanvas.getScene()
Returns the JavaFX scene attached to this
FXCanvas . |
Modifier and Type | Method and Description |
---|---|
void |
FXCanvas.setScene(Scene newScene)
Attaches a
Scene object to display in this FXCanvas . |
Modifier and Type | Method and Description |
---|---|
Scene |
SceneBuilder.build()
Deprecated.
Make an instance of
Scene based on the properties set on this builder. |
Scene |
Node.getScene() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Scene> |
Node.sceneProperty() |
Modifier and Type | Method and Description |
---|---|
void |
SceneBuilder.applyTo(Scene x)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Scene |
Window.getScene() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Scene> |
Window.sceneProperty() |
Modifier and Type | Method and Description |
---|---|
B |
StageBuilder.scene(Scene x)
Deprecated.
Set the value of the
scene property for the instance constructed by this builder. |
protected void |
Window.setScene(Scene value) |
void |
Stage.setScene(Scene value)
Specify the scene to be used on this stage.
|
protected void |
PopupWindow.setScene(Scene scene)
Note to subclasses: the scene used by PopupWindow is very specifically
managed by PopupWindow.
|
Copyright © 2020. All rights reserved.