public final class Popup
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
Popup() |
Modifier and Type | Method and Description |
---|---|
private static boolean |
showConfirmationPopup(java.lang.String title,
java.lang.String content) |
static void |
showEmptyGroceryListError() |
static void |
showImportCSVConsistencyError(java.lang.String message) |
static void |
showImportFailedForSomeProducts() |
static void |
showImportSuccessful() |
static void |
showPopup(javafx.scene.control.Alert.AlertType alertType,
java.lang.String title,
java.lang.String content) |
static void |
showPopupAccountCreated() |
static void |
showPopupAccountProfileEdited() |
static boolean |
showPopupConfirmSaveList() |
static boolean |
showPopupConfirmSaveRecipe() |
static void |
showPopupDatabaseConnection() |
static void |
showPopupDatabaseInternalError() |
static void |
showPopupErrorCreatingItem() |
static void |
showPopupErrorGettingRecipe() |
static void |
showPopupErrorSavingList() |
static void |
showPopupErrorSavingRecipe() |
static void |
showPopupListSaved() |
static void |
showPopupNoTourError() |
static boolean |
showPopupOverwriteConfirmation() |
static void |
showPopupPasswordRules(javafx.scene.control.Alert.AlertType alertType) |
static void |
showPopupRecipeSaved() |
static void |
showUnexpectedError() |
public static void showPopup(javafx.scene.control.Alert.AlertType alertType, java.lang.String title, java.lang.String content)
private static boolean showConfirmationPopup(java.lang.String title, java.lang.String content)
public static void showPopupPasswordRules(javafx.scene.control.Alert.AlertType alertType)
public static void showPopupAccountCreated()
public static void showPopupAccountProfileEdited()
public static void showPopupListSaved()
public static void showPopupErrorSavingList()
public static void showPopupErrorCreatingItem()
public static void showPopupDatabaseConnection()
public static void showPopupDatabaseInternalError()
public static boolean showPopupConfirmSaveList()
public static void showPopupRecipeSaved()
public static void showPopupErrorSavingRecipe()
public static boolean showPopupConfirmSaveRecipe()
public static void showPopupErrorGettingRecipe()
public static boolean showPopupOverwriteConfirmation()
public static void showPopupNoTourError()
public static void showImportCSVConsistencyError(java.lang.String message)
public static void showImportSuccessful()
public static void showUnexpectedError()
public static void showEmptyGroceryListError()
public static void showImportFailedForSomeProducts()