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 TypeMethodDescriptionvoid
close()
void
showErrorDialog
(String errorMessage) void
showErrorDialog
(String message, String title) void
showInformationDialog
(String infoMessage) void
showInformationDialog
(String infoMessage, String title)
-
Method Details
-
close
void close() -
showErrorDialog
-
showErrorDialog
-
showInformationDialog
-
showInformationDialog
-