Class AngularViewChooser
- java.lang.Object
-
- org.esa.snap.ui.AbstractDialog
-
- org.esa.snap.ui.ModalDialog
-
- org.esa.snap.ui.product.angularview.AngularViewChooser
-
- All Implemented Interfaces:
LoadSaveRasterDataNodesConfigurationsComponent
public class AngularViewChooser extends ModalDialog implements LoadSaveRasterDataNodesConfigurationsComponent
-
-
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 Constructor Description AngularViewChooser(Window parent, DisplayableAngularview[] originalangularViews)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayableAngularview[]
getAngularViews()
String[]
getRasterDataNodeNamesToWrite()
void
setReadRasterDataNodeNames(String[] readRasterDataNodeNames)
-
Methods inherited from class org.esa.snap.ui.ModalDialog
close
-
Methods 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, onOK, onOther, onReset, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setTitle, show, showErrorDialog, showErrorDialog, showErrorDialog, showInformationDialog, showInformationDialog, showInformationDialog, showWarningDialog, showWarningDialog, showWarningDialog, verifyUserInput
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.esa.snap.ui.product.LoadSaveRasterDataNodesConfigurationsComponent
getParent
-
-
-
-
Constructor Detail
-
AngularViewChooser
public AngularViewChooser(Window parent, DisplayableAngularview[] originalangularViews)
-
-
Method Detail
-
getAngularViews
public DisplayableAngularview[] getAngularViews()
-
setReadRasterDataNodeNames
public void setReadRasterDataNodeNames(String[] readRasterDataNodeNames)
- Specified by:
setReadRasterDataNodeNames
in interfaceLoadSaveRasterDataNodesConfigurationsComponent
-
getRasterDataNodeNamesToWrite
public String[] getRasterDataNodeNamesToWrite()
- Specified by:
getRasterDataNodeNamesToWrite
in interfaceLoadSaveRasterDataNodesConfigurationsComponent
-
-