Class SimplePopups
- java.lang.Object
-
- net.sourceforge.pmd.util.fxdesigner.popups.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, @NonNull java.lang.String message)
static org.reactfx.EventStream<?>
showActionFeedback(@NonNull javafx.scene.Node owner, @Nullable javafx.scene.Node graphic, @NonNull java.lang.String message, 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()
-
-
-
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)
-
showActionFeedback
public static org.reactfx.EventStream<?> showActionFeedback(@NonNull javafx.scene.Node owner, @NonNull java.lang.String message)
-
showActionFeedback
public static org.reactfx.EventStream<?> showActionFeedback(@NonNull javafx.scene.Node owner, @Nullable javafx.scene.Node graphic, @NonNull java.lang.String message, 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)
-
-