Package | Description |
---|---|
conexp.fx.gui.dialog |
Modifier and Type | Method and Description |
---|---|
static FXDialog.Style |
FXDialog.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FXDialog.Style[] |
FXDialog.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FXDialog(javafx.stage.Stage primaryStage,
FXDialog.Style style,
String title,
String message,
javafx.scene.Node optionalCenterNode) |
FXDialog(javafx.stage.Stage primaryStage,
FXDialog.Style style,
String title,
String message,
javafx.scene.Node optionalCenterNode,
int width) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.