Class AlertNotifyRenderer

java.lang.Object
it.polimi.ingsw.client.new_gui.AlertNotifyRenderer

public class AlertNotifyRenderer extends Object
  • Field Details

    • alert

      private static Optional<javafx.scene.Parent> alert
    • notify

      private static Optional<javafx.scene.Parent> notify
  • Constructor Details

    • AlertNotifyRenderer

      public AlertNotifyRenderer()
  • Method Details

    • alert

      public static void alert(String alertMsg)
    • notify

      public static void notify(String notifyMsg)
    • getAlert

      public static Optional<javafx.scene.Parent> getAlert()
    • renderAlert

      private static javafx.scene.Parent renderAlert(String s)
    • renderNotify

      private static javafx.scene.Parent renderNotify(String s)
    • renderMessageBox

      private static javafx.scene.Parent renderMessageBox(String s, String header)