Package org.esa.snap.rcp.bandmaths
Class PropagateUncertaintyDialog
java.lang.Object
org.esa.snap.ui.AbstractDialog
org.esa.snap.ui.ModalDialog
org.esa.snap.rcp.bandmaths.PropagateUncertaintyDialog
-
Field Summary
Fields inherited from class org.esa.snap.ui.ModalDialog
ID_OK_APPLY_CANCEL, ID_OK_APPLY_CANCEL_HELP, ID_OK_CANCEL, ID_OK_CANCEL_HELP, ID_YES_NO, ID_YES_NO_HELP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonOK()Called if the "OK" button has been clicked.protected booleanCalled in order to perform input validation.Methods inherited from class org.esa.snap.ui.ModalDialog
closeMethods inherited from class org.esa.snap.ui.AbstractDialog
center, collectButtons, getButton, getButtonID, getButtonMask, getButtonPanel, getContent, getHelpID, getJDialog, getParent, getQualifiedPropertyName, getTitle, hide, onApply, onCancel, onClose, onHelp, onNo, onOther, onReset, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setResizable, setTitle, show, showErrorDialog, showErrorDialog, showErrorDialog, showInformationDialog, showInformationDialog, showInformationDialog, showWarningDialog, showWarningDialog, showWarningDialog
-
Constructor Details
-
PropagateUncertaintyDialog
-
-
Method Details
-
onOK
protected void onOK()Description copied from class:AbstractDialogCalled if the "OK" button has been clicked. The default implementation callsAbstractDialog.hide(). Clients should override this method to implement meaningful behaviour.- Overrides:
onOKin classAbstractDialog
-
verifyUserInput
protected boolean verifyUserInput()Description copied from class:AbstractDialogCalled in order to perform input validation.- Overrides:
verifyUserInputin classAbstractDialog- Returns:
trueif and only if the validation was successful.
-