Package | Description |
---|---|
com.sun.javafx.robot.impl | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.stage | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.application |
Provides the application life-cycle classes.
|
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 | Method and Description |
---|---|
static ObservableList<Stage> |
FXRobotHelper.getStages()
Returns a ObservableList containing
Stage s created at this point. |
abstract ObservableList<Stage> |
FXRobotHelper.FXRobotStageAccessor.getStages() |
Modifier and Type | Field and Description |
---|---|
private static Stage |
MenuBarSkin.currentMenuBarStage |
private Stage |
CustomColorDialog.dialog |
Modifier and Type | Field and Description |
---|---|
private static java.util.WeakHashMap<Stage,java.lang.ref.Reference<MenuBarSkin>> |
MenuBarSkin.systemMenuMap |
Modifier and Type | Method and Description |
---|---|
Stage |
CustomColorDialog.getDialog() |
Modifier and Type | Method and Description |
---|---|
private static MenuBarSkin |
MenuBarSkin.getMenuBarSkin(Stage stage) |
private static void |
MenuBarSkin.setSystemMenu(Stage stage) |
Modifier and Type | Field and Description |
---|---|
private Stage |
StagePeerListener.stage |
Modifier and Type | Method and Description |
---|---|
static ObservableList<Stage> |
StageHelper.getStages()
Returns a ObservableList containing
Stage s created at this point. |
ObservableList<Stage> |
StageHelper.StageAccessor.getStages() |
Modifier and Type | Method and Description |
---|---|
static void |
StageHelper.initSecurityDialog(Stage stage,
boolean securityDialog) |
void |
StageHelper.StageAccessor.initSecurityDialog(Stage stage,
boolean securityDialog) |
void |
StagePeerListener.StageAccessor.setAlwaysOnTop(Stage stage,
boolean aot) |
void |
StagePeerListener.StageAccessor.setFullScreen(Stage stage,
boolean fs) |
void |
StagePeerListener.StageAccessor.setIconified(Stage stage,
boolean iconified) |
void |
StagePeerListener.StageAccessor.setMaximized(Stage stage,
boolean maximized) |
void |
StagePeerListener.StageAccessor.setResizable(Stage stage,
boolean resizable) |
Constructor and Description |
---|
StagePeerListener(Stage stage,
StagePeerListener.StageAccessor stageAccessor) |
Modifier and Type | Method and Description |
---|---|
void |
AppletWindow.setStageOnTop(Stage topStage) |
Modifier and Type | Field and Description |
---|---|
protected Stage |
WindowStage.fxStage |
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.WeakReference<Stage> |
GlassAppletWindow.topStage |
Modifier and Type | Method and Description |
---|---|
void |
GlassAppletWindow.setStageOnTop(Stage topStage) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Application.start(Stage primaryStage)
The main entry point for all JavaFX applications.
|
Modifier and Type | Field and Description |
---|---|
(package private) Stage |
HeavyweightDialog.stage
Private fields
|
Modifier and Type | Field and Description |
---|---|
private static ObservableList<Stage> |
Stage.stages |
Modifier and Type | Method and Description |
---|---|
Stage |
StageBuilder.build()
Deprecated.
Make an instance of
Stage based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
StageBuilder.applyTo(Stage x)
Deprecated.
|