Package org.esa.snap.ui.loading
Interface MessageDialog
-
- All Known Implementing Classes:
AbstractModalDialog,ProductAdvancedDialog
public interface MessageDialogCreated by jcoravu on 7/1/2019.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidshowErrorDialog(String errorMessage)voidshowErrorDialog(String message, String title)voidshowInformationDialog(String infoMessage)voidshowInformationDialog(String infoMessage, String title)
-