Package org.esa.snap.ui.loading
Interface MessageDialog
- All Known Implementing Classes:
AbstractModalDialog,ProductAdvancedDialog
public interface MessageDialog
Created by jcoravu on 7/1/2019.
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidshowErrorDialog(String errorMessage) voidshowErrorDialog(String message, String title) voidshowInformationDialog(String infoMessage) voidshowInformationDialog(String infoMessage, String title)
-
Method Details
-
close
void close() -
showErrorDialog
-
showErrorDialog
-
showInformationDialog
-
showInformationDialog
-