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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
showErrorDialog(String errorMessage)
void
showErrorDialog(String message, String title)
void
showInformationDialog(String infoMessage)
void
showInformationDialog(String infoMessage, String title)
-