org.esa.beam.visat.dialogs
Class MapProjectionDialog

java.lang.Object
  extended by org.esa.beam.framework.ui.AbstractDialog
      extended by org.esa.beam.framework.ui.ModalDialog
          extended by org.esa.beam.visat.dialogs.MapProjectionDialog

Deprecated. since BEAM 4.7, replaced by GPF operator 'Reproject'

@Deprecated
public class MapProjectionDialog
extends ModalDialog


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

MapProjectionDialog

public MapProjectionDialog(Window parent,
                           Product sourceProduct,
                           boolean orthoFlag)
Deprecated. 

MapProjectionDialog

protected MapProjectionDialog(Window parent,
                              Product sourceProduct,
                              boolean orthoFlag,
                              String titel,
                              String helpID)
Deprecated. 
Method Detail

show

public int show()
Deprecated. 
Description copied from class: AbstractDialog
Shows the dialog. Overrides shall call super.show() at the end.

Overrides:
show in class AbstractDialog
Returns:
the identifier of the last button pressed or zero if this is a modeless dialog.

getSourceProduct

public Product getSourceProduct()
Deprecated. 

getOutputProduct

public Product getOutputProduct()
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

getException

public Exception getException()
Deprecated. 

verifyUserInput

protected boolean verifyUserInput()
Deprecated. 
Description copied from class: AbstractDialog
Called in order to perform input validation.

Overrides:
verifyUserInput in class AbstractDialog
Returns:
true if and only if the validation was successful.


Copyright © 2002-2011 Brockmann Consult GmbH. All Rights Reserved.