public abstract class SimpleDialog extends Object
Modifier and Type | Field and Description |
---|---|
protected javafx.scene.layout.BorderPane |
pane |
protected javafx.scene.Scene |
scene |
protected javafx.stage.Stage |
stage |
Modifier | Constructor and Description |
---|---|
protected |
SimpleDialog(String title,
javafx.stage.Window parent) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onClose() |
void |
show() |
void |
showAndWait() |
protected final javafx.stage.Stage stage
protected final javafx.scene.Scene scene
protected final javafx.scene.layout.BorderPane pane
protected SimpleDialog(String title, javafx.stage.Window parent)
protected abstract void onClose()
public void show()
public void showAndWait()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.