java.lang.Object
com.dua3.utility.fx.controls.abstract_builders.DialogPaneBuilder<InputDialogPane<Void>,AlertPaneBuilder,Void>
com.dua3.utility.fx.controls.abstract_builders.PaneBuilder<InputDialogPane<Void>,AlertPaneBuilder,Void>
com.dua3.utility.fx.controls.AlertPaneBuilder
Builder for Alert Dialogs.
Provides a fluent interface to create Alerts.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.dua3.utility.fx.controls.abstract_builders.DialogPaneBuilder
DialogPaneBuilder.ResultHandler<R> -
Feldübersicht
Von Klasse geerbte Felder com.dua3.utility.fx.controls.abstract_builders.DialogPaneBuilder
ALWAYS_TRUE -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()Create Alert instance.Sets the text content of the alert dialog.Von Klasse geerbte Methoden com.dua3.utility.fx.controls.abstract_builders.PaneBuilder
getNext, nextVon Klasse geerbte Methoden com.dua3.utility.fx.controls.abstract_builders.DialogPaneBuilder
applyIfNotNull, button, buttons, getResultHandler, header, resultHandler, setDialogSupplier
-
Methodendetails
-
text
Sets the text content of the alert dialog. The text can be formatted using a format string and arguments.- Parameter:
fmt- the format string.args- arguments referenced by the format specifiers in the format string.- Gibt zurück:
- the current instance of the AlertPaneBuilder for chaining.
-
build
Beschreibung aus Klasse kopiert:DialogPaneBuilderCreate Alert instance.- Setzt außer Kraft:
buildin KlasseDialogPaneBuilder<InputDialogPane<Void>,AlertPaneBuilder, Void> - Gibt zurück:
- Alert instance
-