java.lang.Object
com.iamsoft.util.ui.javafx.AlertUtil
- See Also:
-
Alert
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
confirmation
(javafx.stage.Window pParent, String pTitle, String pHeaderText, String pContentText) static boolean
confirmation
(javafx.stage.Window pParent, String pTitle, String pHeaderText, String pContentText, javafx.beans.property.Property<Boolean> pSavedValue) static void
Warn about exception.static void
exception
(javafx.stage.Window pParent, String pTitle, String pHeaderText, Throwable pException, javafx.scene.control.Alert.AlertType pAlertType) Warn about exception.static void
Warn about exception.static void
hideButtonBar
(javafx.scene.control.Dialog<?> pDialog) static void
hideHeaderPane
(javafx.scene.control.Dialog<?> pDialog) static void
unimplemented
(javafx.stage.Window pParent) Warn about unimplemented feature.
-
Method Details
-
confirmation
-
confirmation
-
unimplemented
public static void unimplemented(javafx.stage.Window pParent) Warn about unimplemented feature. -
exception
Warn about exception. -
exception
public static void exception(javafx.stage.Window pParent, String pTitle, String pHeaderText, Throwable pException) Warn about exception. -
exception
public static void exception(javafx.stage.Window pParent, String pTitle, String pHeaderText, Throwable pException, javafx.scene.control.Alert.AlertType pAlertType) Warn about exception. -
hideHeaderPane
public static void hideHeaderPane(javafx.scene.control.Dialog<?> pDialog) -
hideButtonBar
public static void hideButtonBar(javafx.scene.control.Dialog<?> pDialog)
-