Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
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 |
---|---|
abstract TKStage |
Toolkit.createTKPopupStage(Window peerWindow,
StageStyle popupStyle,
TKStage owner,
java.security.AccessControlContext acc) |
TKStage |
DummyToolkit.createTKPopupStage(Window peerWindow,
StageStyle popupStyle,
TKStage owner,
java.security.AccessControlContext acc) |
abstract TKStage |
Toolkit.createTKStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
boolean primary,
Modality modality,
TKStage owner,
boolean rtl,
java.security.AccessControlContext acc) |
TKStage |
DummyToolkit.createTKStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
boolean primary,
Modality modality,
TKStage owner,
boolean rtl,
java.security.AccessControlContext acc) |
Modifier and Type | Field and Description |
---|---|
private StageStyle |
WindowStage.style |
Modifier and Type | Method and Description |
---|---|
(package private) StageStyle |
WindowStage.getStyle() |
Modifier and Type | Method and Description |
---|---|
TKStage |
QuantumToolkit.createTKPopupStage(Window peerWindow,
StageStyle popupStyle,
TKStage owner,
java.security.AccessControlContext acc) |
TKStage |
QuantumToolkit.createTKStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
boolean primary,
Modality modality,
TKStage owner,
boolean rtl,
java.security.AccessControlContext acc) |
Constructor and Description |
---|
WindowStage(Window peerWindow,
boolean securityDialog,
StageStyle stageStyle,
Modality modality,
TKStage owner) |
Modifier and Type | Method and Description |
---|---|
(package private) StageStyle |
HeavyweightDialog.getStyle() |
(package private) abstract StageStyle |
FXDialog.getStyle() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
HeavyweightDialog.initStyle(StageStyle style)
Public API
|
void |
Dialog.initStyle(StageStyle style)
Specifies the style for this dialog.
|
(package private) abstract void |
FXDialog.initStyle(StageStyle style) |
Modifier and Type | Field and Description |
---|---|
private StageStyle |
StageBuilder.style
Deprecated.
|
private StageStyle |
Stage.style |
Modifier and Type | Method and Description |
---|---|
StageStyle |
Stage.getStyle()
Retrieves the style attribute for this stage.
|
static StageStyle |
StageStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StageStyle[] |
StageStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Stage.initStyle(StageStyle style)
Specifies the style for this stage.
|
B |
StageBuilder.style(StageStyle x)
Deprecated.
Set the value of the
style property for the instance constructed by this builder. |
Constructor and Description |
---|
Stage(StageStyle style)
Creates a new instance of
Stage . |