Class AlertUtil


  • public final class AlertUtil
    extends Object
    See Also:
    Alert
    • 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)