Package org.esa.snap.ui
Class NewBandDialog
- java.lang.Object
- 
- org.esa.snap.ui.AbstractDialog
- 
- org.esa.snap.ui.ModalDialog
- 
- org.esa.snap.ui.NewBandDialog
 
 
 
- 
 public class NewBandDialog extends ModalDialog 
- 
- 
Field Summary- 
Fields inherited from class org.esa.snap.ui.ModalDialogID_OK_APPLY_CANCEL, ID_OK_APPLY_CANCEL_HELP, ID_OK_CANCEL, ID_OK_CANCEL_HELP, ID_YES_NO, ID_YES_NO_HELP
 
- 
 - 
Constructor SummaryConstructors Constructor Description NewBandDialog(Window parent, Product product)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNewBandsDataType()StringgetNewBandsDesc()StringgetNewBandsName()StringgetNewBandsUnit()protected booleanverifyUserInput()Called in order to perform input validation.- 
Methods inherited from class org.esa.snap.ui.ModalDialogclose
 - 
Methods inherited from class org.esa.snap.ui.AbstractDialogcenter, collectButtons, getButton, getButtonID, getButtonMask, getButtonPanel, getContent, getHelpID, getJDialog, getParent, getQualifiedPropertyName, getTitle, hide, onApply, onCancel, onClose, onHelp, onNo, onOK, onOther, onReset, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setTitle, show, showErrorDialog, showErrorDialog, showErrorDialog, showInformationDialog, showInformationDialog, showInformationDialog, showWarningDialog, showWarningDialog, showWarningDialog
 
- 
 
- 
- 
- 
Method Detail- 
getNewBandsNamepublic String getNewBandsName() 
 - 
getNewBandsDescpublic String getNewBandsDesc() 
 - 
getNewBandsUnitpublic String getNewBandsUnit() 
 - 
getNewBandsDataTypepublic int getNewBandsDataType() 
 - 
verifyUserInputprotected boolean verifyUserInput() Description copied from class:AbstractDialogCalled in order to perform input validation.- Overrides:
- verifyUserInputin class- AbstractDialog
- Returns:
- trueif and only if the validation was successful.
 
 
- 
 
-