org.esa.beam.visat.dialogs
Class OutputParamsDialog
java.lang.Object
org.esa.beam.framework.ui.AbstractDialog
org.esa.beam.framework.ui.ModalDialog
org.esa.beam.visat.dialogs.OutputParamsDialog
Deprecated. since BEAM 4.7
@Deprecated
public class OutputParamsDialog
- extends ModalDialog
|
Method Summary |
MapInfo |
getMapInfo()
Deprecated. |
protected void |
onCancel()
Deprecated. Called if the "Cancel" button has been clicked. |
protected void |
onOK()
Deprecated. Called if the "OK" button has been clicked. |
| Methods inherited from class org.esa.beam.framework.ui.AbstractDialog |
center, collectButtons, getButton, getButtonID, getButtonMask, getContent, getHelpID, getJDialog, getParent, getQualifiedPropertyName, getTitle, hide, onApply, onClose, onHelp, onNo, onOther, onReset, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setTitle, show, showErrorDialog, showInformationDialog, showWarningDialog, verifyUserInput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputParamsDialog
public OutputParamsDialog(Window parent,
MapInfo mapInfo,
Product product,
boolean editable)
- Deprecated.
onOK
protected void onOK()
- Deprecated.
- Description copied from class:
AbstractDialog
- Called if the "OK" button has been clicked.
The default implementation calls
AbstractDialog.hide().
Clients should override this method to implement meaningful behaviour.
- Overrides:
onOK in class AbstractDialog
onCancel
protected void onCancel()
- Deprecated.
- Description copied from class:
AbstractDialog
- Called if the "Cancel" button has been clicked.
The default implementation calls
AbstractDialog.hide().
Clients should override this method to implement meaningful behaviour.
- Overrides:
onCancel in class AbstractDialog
getMapInfo
public MapInfo getMapInfo()
- Deprecated.
Copyright © 2002-2011 Brockmann Consult GmbH. All Rights Reserved.