Package | Description |
---|---|
com.oracle.javafx.jmx | |
com.sun.glass.ui | |
com.sun.glass.ui.mac | |
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.control.behavior | |
com.sun.javafx.scene.control.skin | |
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.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Scene,java.awt.image.BufferedImage> |
SGMXBeanImpl.scene2Image |
Modifier and Type | Method and Description |
---|---|
private Scene |
SGMXBeanImpl.getScene(int windowId) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
SGMXBeanImpl.getScreenShotPath(Scene scene,
double x,
double y,
double w,
double h) |
Modifier and Type | Method and Description |
---|---|
protected Accessible |
Accessible.getAccessible(Scene scene) |
Modifier and Type | Method and Description |
---|---|
private View |
MacAccessible.getRootView(Scene scene) |
Modifier and Type | Method and Description |
---|---|
static void |
PlatformImpl.addNoTransparencyStylesheetToScene(Scene scene) |
Modifier and Type | Field and Description |
---|---|
private static java.lang.ref.Reference<Scene> |
CssError.SCENE_REF |
private java.lang.ref.Reference<Scene> |
CssError.sceneRef |
Modifier and Type | Method and Description |
---|---|
Scene |
CssError.getScene() |
Modifier and Type | Method and Description |
---|---|
void |
StyleManager.addUserAgentStylesheet(Scene scene,
java.lang.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.
|
private java.util.List<StyleManager.StylesheetContainer> |
StyleManager.gatherSceneStylesheets(Scene scene) |
static void |
CssError.setCurrentScene(Scene scene)
Set the static scene variable.
|
void |
StyleManager.setDefaultUserAgentStylesheet(Scene scene,
java.lang.String url)
Set the default user agent stylesheet
|
private void |
StyleManager.stylesheetRemoved(Scene scene,
java.lang.String fname) |
void |
StyleManager.stylesheetsChanged(Scene scene,
ListChangeListener.Change<java.lang.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 | Field and Description |
---|---|
private Scene |
BaseFXRobot.target |
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 java.lang.Object |
FXRobotHelper.FXRobotSceneAccessor.renderToImage(Scene scene,
java.lang.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 |
---|---|
private static void |
ControlAcceleratorSupport.doAcceleratorInstall(java.util.List<? extends MenuItem> items,
Scene scene) |
private static void |
ControlAcceleratorSupport.doAcceleratorInstall(ObservableList<MenuItem> items,
Scene scene) |
static void |
ControlAcceleratorSupport.removeAcceleratorsFromScene(java.util.List<? extends MenuItem> items,
Scene scene) |
Modifier and Type | Field and Description |
---|---|
private ChangeListener<Scene> |
TextFieldBehavior.sceneListener |
Modifier and Type | Field and Description |
---|---|
private Scene |
CustomColorDialog.customScene |
private Scene |
LabeledSkinBase.mnemonicScene |
Modifier and Type | Field and Description |
---|---|
private ChangeListener<Scene> |
MenuBarSkin.sceneChangeListener |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Utils.addMnemonics(ContextMenu popup,
Scene scene) |
(package private) static void |
Utils.addMnemonics(ContextMenu popup,
Scene scene,
boolean initialState) |
(package private) static void |
Utils.removeMnemonics(ContextMenu popup,
Scene scene) |
Modifier and Type | Field and Description |
---|---|
private Scene |
SceneTraversalEngine.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 | Field and Description |
---|---|
private Scene |
JFXPanel.scene |
private Scene |
JFXPanelBuilder.scene
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Scene |
JFXPanel.getScene()
Returns the JavaFX scene attached to this
JFXPanel . |
Modifier and Type | Method and Description |
---|---|
private void |
SwingNode.addSceneListeners(Scene scene) |
private void |
SwingNode.removeSceneListeners(Scene scene) |
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 . |
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 |
Camera.ownerScene |
private Scene |
Scene.TargetWrapper.scene |
Modifier and Type | Field and Description |
---|---|
private Node.ReadOnlyObjectWrapperManualFire<Scene> |
Node.scene
The
Scene that this Node is part of. |
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.
|
(package private) static WritableImage |
Scene.doSnapshot(Scene scene,
double x,
double y,
double w,
double h,
Node root,
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.
|
private void |
Node.invalidatedScenes(Scene oldScene,
SubScene oldSubScene) |
(package private) void |
LightBase.scenesChanged(Scene newScene,
SubScene newSubScene,
Scene oldScene,
SubScene oldSubScene) |
(package private) void |
Node.scenesChanged(Scene newScene,
SubScene newSubScene,
Scene oldScene,
SubScene oldSubScene)
Exists for Parent and LightBase
|
(package private) void |
Parent.scenesChanged(Scene newScene,
SubScene newSubScene,
Scene oldScene,
SubScene oldSubScene) |
private void |
Scene.TargetWrapper.set(Node n,
Scene s) |
(package private) void |
Camera.setOwnerScene(Scene s) |
void |
Scene.TargetWrapper.setSceneResult(PickResult result,
Scene scene) |
(package private) void |
Node.setScenes(Scene newScene,
SubScene newSubScene) |
Modifier and Type | Field and Description |
---|---|
private Scene |
HeavyweightDialog.scene |
Modifier and Type | Field and Description |
---|---|
private Scene |
Window.SceneModel.oldScene |
private Scene |
StageBuilder.scene
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 |
PopupWindow.setScene(Scene scene)
Note to subclasses: the scene used by PopupWindow is very specifically
managed by PopupWindow.
|
void |
Stage.setScene(Scene value)
Specify the scene to be used on this stage.
|
protected void |
Window.setScene(Scene value) |