Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 | Field and Description |
---|---|
private Scene |
JFXPanelBuilder.scene |
private Scene |
JFXPanel.scene |
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)
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 . |
private void |
JFXPanel.setSceneImpl(Scene newScene) |
Modifier and Type | Field and Description |
---|---|
private Scene |
FXCanvas.scene |
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 | Field and Description |
---|---|
private Scene |
Scene.TargetWrapper.scene |
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<Scene> |
Node.scene
The
Scene that this Node is part of. |
Modifier and Type | Method and Description |
---|---|
Scene |
SceneBuilder.build()
Make an instance of
Scene based on the properties set on this builder. |
Scene |
Node.getScene()
Gets the value of the property scene.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Scene> |
Node.sceneProperty()
The
Scene that this Node is part of. |
private ReadOnlyObjectWrapper<Scene> |
Node.scenePropertyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
SceneBuilder.applyTo(Scene x) |
private void |
Parent.computeDirtyScene(Scene old) |
(package private) static WritableImage |
Scene.doSnapshot(Scene scene,
double x,
double y,
double w,
double h,
Node root,
com.sun.javafx.geom.transform.BaseTransform transform,
boolean depthBuffer,
Paint fill,
Camera camera,
WritableImage wimg) |
private void |
Node.focusSetDirty(Scene s)
Called when something has changed on this node that *may* have made the
scene's focus dirty.
|
static boolean |
SceneAccessor.isQuiescent(Scene scene) |
(package private) void |
Parent.sceneChanged(Scene old) |
(package private) void |
Node.sceneChanged(Scene old)
Exists for Parent
|
private void |
Scene.TargetWrapper.set(Node n,
Scene s) |
void |
Scene.TargetWrapper.setScene(Scene scene) |
(package private) void |
Node.setScene(Scene value) |
static void |
SceneAccessor.setTestPulseListener(Scene scene,
java.lang.Runnable listener) |
Modifier and Type | Field and Description |
---|---|
private Scene |
Window.SceneModel.oldScene |
private Scene |
StageBuilder.scene |
Modifier and Type | Method and Description |
---|---|
Scene |
Window.getScene()
Gets the value of the property scene.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Scene> |
Window.sceneProperty()
The
Scene to be rendered on this Stage . |
Modifier and Type | Method and Description |
---|---|
B |
StageBuilder.scene(Scene x)
Set the value of the
scene property for the instance constructed by this builder. |
protected void |
Window.setScene(Scene value)
Sets the value of the property scene.
|
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 (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to