org.esa.beam.framework.ui
Class ProjectionParamsDialog
java.lang.Object
org.esa.beam.framework.ui.AbstractDialog
org.esa.beam.framework.ui.ModalDialog
org.esa.beam.framework.ui.ProjectionParamsDialog
public class ProjectionParamsDialog
- extends ModalDialog
| Methods inherited from class org.esa.beam.framework.ui.AbstractDialog |
center, collectButtons, getButton, getButtonID, getButtonMask, getContent, getHelpID, getJDialog, getParent, getQualifiedPropertyName, getTitle, hide, onApply, onCancel, onClose, onHelp, onNo, onOK, onOther, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setTitle, show, showErrorDialog, showInformationDialog, showWarningDialog |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionParamsDialog
public ProjectionParamsDialog(Window parent,
MapTransformUI transformUI)
getTransformUI
public MapTransformUI getTransformUI()
verifyUserInput
protected boolean verifyUserInput()
- 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.
onReset
protected void onReset()
- Description copied from class:
AbstractDialog
- Called if the reset button has been clicked.
The default implementation does nothing.
Clients should override this method to implement meaningful behaviour.
- Overrides:
onReset in class AbstractDialog
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.