Klasse PopupWindowProvider

java.lang.Object
ch.nolix.core.environment.localcomputer.PopupWindowProvider

public final class PopupWindowProvider extends Object
The PopupWindowProvider provides methods to show small pop-up windows. Of the PopupWindowProvider an instance cannot be created.
Version:
2017-08-15
Autor:
Silvan Wyss
  • Methodendetails

    • showErrorWindow

      public static void showErrorWindow(String errorMessage)
      Shows an error window with the given error message.
      Parameter:
      errorMessage -
    • showErrorWindow

      public static void showErrorWindow(Throwable error)
      Shows an error window for the given error.
      Parameter:
      error -
    • showMessageWindow

      public static void showMessageWindow(String message)
      Shows a message window with the given message.
      Parameter:
      message -
    • showRequestWindow

      public static boolean showRequestWindow(String question)
      Shows a request window with the given question.
      Parameter:
      question -
      Gibt zurück:
      true if the yes-button was selected.