public class Dialogs
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
registerButton(javafx.scene.control.Dialog<?> dialog,
javafx.scene.control.ButtonType type,
boolean shallCloseDialog) |
Registers a button with the given type with the given dialog.
|
public static void registerButton(javafx.scene.control.Dialog<?> dialog,
javafx.scene.control.ButtonType type,
boolean shallCloseDialog)
java.lang.IllegalArgumentException - if dialog is nulljava.lang.IllegalArgumentException - if type is null