Class SwingFXDialogWarning

java.lang.Object
pamViewFX.fxNodes.pamDialogFX.SwingFXDialogWarning

public class SwingFXDialogWarning extends Object
Set of dialog warnings which can be called on either the AWT of the FX thread.
Author:
Doug Gillespie
  • Constructor Details

    • SwingFXDialogWarning

      public SwingFXDialogWarning()
  • Method Details

    • showWarning

      public static boolean showWarning(Object owner, String title, String content)
      Show a dialog warning message in either the AWT of the FX application thread.
      Parameters:
      owner - Swing Window OR FX Stage object.
      title - Title for warning message
      content - content of warning message
      Returns:
      always false
    • showWarning

      public static boolean showWarning(Object owner, String content)
      Show a dialog warning message in either the AWT of the FX application thread.
      Parameters:
      owner - Swing Window OR FX Stage object.
      content - content of warning message
      Returns:
      always false
    • showWarning

      public static boolean showWarning(String content)
      Show a dialog warning message in either the AWT of the FX application thread.
      Parameters:
      content - content of warning message
      Returns:
      always false