- java.lang.Object
-
- com.iamsoft.util.ui.javafx.AlertUtil
-
public final class AlertUtil extends Object
- See Also:
Alert
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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
exception(javafx.stage.Window pParent, String pTitle, String pHeaderText, Throwable pException)
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
exception(javafx.stage.Window pParent, String pHeaderText, Throwable pException)
Warn about exception.static void
hideButtonBar(javafx.scene.control.Dialog<?> pDialog)
static void
unimplemented(javafx.stage.Window pParent)
Warn about unimplemented feature.
-
-
-
Method Detail
-
confirmation
public static boolean confirmation(javafx.stage.Window pParent, String pTitle, String pHeaderText, String pContentText)
-
confirmation
public static boolean confirmation(javafx.stage.Window pParent, String pTitle, String pHeaderText, String pContentText, javafx.beans.property.Property<Boolean> pSavedValue)
-
unimplemented
public static void unimplemented(javafx.stage.Window pParent)
Warn about unimplemented feature.
-
exception
public static void exception(javafx.stage.Window pParent, String pHeaderText, Throwable pException)
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.
-
hideButtonBar
public static void hideButtonBar(javafx.scene.control.Dialog<?> pDialog)
-
-