|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.ui.AbstractDialog
org.esa.beam.framework.ui.ModalDialog
org.esa.beam.visat.dialogs.MapProjectionDialog
@Deprecated public class MapProjectionDialog
| Field Summary |
|---|
| Fields inherited from class org.esa.beam.framework.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 |
| Fields inherited from class org.esa.beam.framework.ui.AbstractDialog |
|---|
ID_APPLY, ID_CANCEL, ID_CLOSE, ID_HELP, ID_NO, ID_OK, ID_OTHER, ID_RESET, ID_YES |
| Constructor Summary | |
|---|---|
|
MapProjectionDialog(Window parent,
Product sourceProduct,
boolean orthoFlag)
Deprecated. |
protected |
MapProjectionDialog(Window parent,
Product sourceProduct,
boolean orthoFlag,
String titel,
String helpID)
Deprecated. |
| Method Summary | |
|---|---|
Exception |
getException()
Deprecated. |
Product |
getOutputProduct()
Deprecated. |
Product |
getSourceProduct()
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. |
int |
show()
Deprecated. Shows the dialog. |
protected boolean |
verifyUserInput()
Deprecated. Called in order to perform input validation. |
| Methods inherited from class org.esa.beam.framework.ui.ModalDialog |
|---|
cancelDialog, close |
| 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, showErrorDialog, showInformationDialog, showWarningDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapProjectionDialog(Window parent,
Product sourceProduct,
boolean orthoFlag)
protected MapProjectionDialog(Window parent,
Product sourceProduct,
boolean orthoFlag,
String titel,
String helpID)
| Method Detail |
|---|
public int show()
AbstractDialogsuper.show() at the end.
show in class AbstractDialogpublic Product getSourceProduct()
public Product getOutputProduct()
protected void onOK()
AbstractDialogAbstractDialog.hide().
Clients should override this method to implement meaningful behaviour.
onOK in class AbstractDialogprotected void onCancel()
AbstractDialogAbstractDialog.hide().
Clients should override this method to implement meaningful behaviour.
onCancel in class AbstractDialogpublic Exception getException()
protected boolean verifyUserInput()
AbstractDialog
verifyUserInput in class AbstractDialogtrue if and only if the validation was successful.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||