Class SimplePopups


  • public final class SimplePopups
    extends java.lang.Object
    Author:
    Clément Fournier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void showAboutPopup​(DesignerRoot root)  
      static org.reactfx.EventStream<?> showActionFeedback​(@NonNull javafx.scene.Node owner, @Nullable javafx.scene.Node graphic, @NonNull java.lang.String message, double offsetX, boolean stick, java.lang.String... cssClasses)
      Show a transient popup with a message, to let the user know an action was performed.
      static org.reactfx.EventStream<?> showActionFeedback​(@NonNull javafx.scene.Node owner, javafx.scene.control.Alert.AlertType type, @NonNull java.lang.String message)  
      static void showLicensePopup()  
      static org.reactfx.EventStream<?> showStickyNotification​(@NonNull javafx.scene.Node owner, javafx.scene.control.Alert.AlertType type, @NonNull java.lang.String message)  
      static org.reactfx.EventStream<?> showStickyNotification​(@NonNull javafx.scene.Node owner, javafx.scene.control.Alert.AlertType type, @NonNull java.lang.String message, double offsetX)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • showActionFeedback

        public static org.reactfx.EventStream<?> showActionFeedback​(@NonNull javafx.scene.Node owner,
                                                                    javafx.scene.control.Alert.AlertType type,
                                                                    @NonNull java.lang.String message)
      • showStickyNotification

        public static org.reactfx.EventStream<?> showStickyNotification​(@NonNull javafx.scene.Node owner,
                                                                        javafx.scene.control.Alert.AlertType type,
                                                                        @NonNull java.lang.String message)
      • showStickyNotification

        public static org.reactfx.EventStream<?> showStickyNotification​(@NonNull javafx.scene.Node owner,
                                                                        javafx.scene.control.Alert.AlertType type,
                                                                        @NonNull java.lang.String message,
                                                                        double offsetX)
      • showActionFeedback

        public static org.reactfx.EventStream<?> showActionFeedback​(@NonNull javafx.scene.Node owner,
                                                                    @Nullable javafx.scene.Node graphic,
                                                                    @NonNull java.lang.String message,
                                                                    double offsetX,
                                                                    boolean stick,
                                                                    java.lang.String... cssClasses)
        Show a transient popup with a message, to let the user know an action was performed.
        Parameters:
        owner - Node next to which the popup will be shown
        Returns:
      • showLicensePopup

        public static void showLicensePopup()
      • showAboutPopup

        public static void showAboutPopup​(DesignerRoot root)