|
||||||||||
| 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.framework.ui.product.ProductSubsetDialog
public class ProductSubsetDialog
A modal dialog used to specify data product subsets.
| 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 | |
|---|---|
ProductSubsetDialog(Window window,
Product product)
Constructs a new subset dialog. |
|
ProductSubsetDialog(Window window,
Product product,
double memWarnLimit)
Constructs a new subset dialog. |
|
ProductSubsetDialog(Window window,
Product product,
ProductSubsetDef productSubsetDef)
Constructs a new subset dialog. |
|
ProductSubsetDialog(Window window,
Product product,
ProductSubsetDef productSubsetDef,
double memWarnLimit)
Constructs a new subset dialog. |
|
| Method Summary | |
|---|---|
Product |
getProduct()
|
ProductSubsetDef |
getProductSubsetDef()
|
protected void |
onCancel()
Called if the "Cancel" button has been clicked. |
protected void |
onOK()
Called if the "OK" button has been clicked. |
| Methods inherited from class org.esa.beam.framework.ui.ModalDialog |
|---|
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, show, showErrorDialog, showInformationDialog, showWarningDialog, verifyUserInput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductSubsetDialog(Window window,
Product product)
window - the parent windowproduct - the product for which the subset is to be specified, must not be null
public ProductSubsetDialog(Window window,
Product product,
double memWarnLimit)
window - the parent windowproduct - the product for which the subset is to be specified, must not be nullmemWarnLimit - the warning limit in megabytes
public ProductSubsetDialog(Window window,
Product product,
ProductSubsetDef productSubsetDef)
window - the parent windowproduct - the product for which the subset is to be specified, must not be nullproductSubsetDef - the initial product subset definition, can be null
public ProductSubsetDialog(Window window,
Product product,
ProductSubsetDef productSubsetDef,
double memWarnLimit)
window - the parent windowproduct - the product for which the subset is to be specified, must not be nullproductSubsetDef - the initial product subset definition, can be nullmemWarnLimit - the warning limit in megabytes| Method Detail |
|---|
public Product getProduct()
public ProductSubsetDef getProductSubsetDef()
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 AbstractDialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||