Class CustomAlerts
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.alert.CustomAlerts
Defines custom alerts for application
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
showErrorAlert
(String localisedHeader, String errorMessage) Error alert.static void
showInfoAlert
(String localisedHeader, String localisedContent) Info alert.
-
Constructor Details
-
CustomAlerts
public CustomAlerts()
-
-
Method Details
-
showInfoAlert
Info alert. -
showErrorAlert
Error alert.
-