public class FXDialog<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FXDialog.Answer |
static class |
FXDialog.Return<T> |
static class |
FXDialog.Style |
Modifier and Type | Field and Description |
---|---|
protected javafx.scene.layout.BorderPane |
pane |
protected T |
value |
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) |
Modifier and Type | Method and Description |
---|---|
void |
setCenterNode(javafx.scene.Node centerNode) |
FXDialog.Return<T> |
showAndWait() |
public FXDialog(javafx.stage.Stage primaryStage, FXDialog.Style style, String title, String message, javafx.scene.Node optionalCenterNode)
public FXDialog(javafx.stage.Stage primaryStage, FXDialog.Style style, String title, String message, javafx.scene.Node optionalCenterNode, int width)
public final void setCenterNode(javafx.scene.Node centerNode)
public final FXDialog.Return<T> showAndWait()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.