org.esa.beam.visat.actions
Class ExportLegendImageAction.ImageLegendDialog
java.lang.Object
org.esa.beam.framework.ui.AbstractDialog
org.esa.beam.framework.ui.ModalDialog
org.esa.beam.visat.actions.ExportLegendImageAction.ImageLegendDialog
- Enclosing class:
- ExportLegendImageAction
public static class ExportLegendImageAction.ImageLegendDialog
- 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, 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 |
ExportLegendImageAction.ImageLegendDialog
public ExportLegendImageAction.ImageLegendDialog(VisatApp visatApp,
ParamGroup paramGroup,
ImageLegend imageLegend,
boolean transparencyEnabled)
getParamGroup
public ParamGroup getParamGroup()
setHeaderText
public void setHeaderText(String text)
isTransparencyEnabled
public boolean isTransparencyEnabled()
setTransparencyEnabled
public void setTransparencyEnabled(boolean transparencyEnabled)
getImageLegend
public void getImageLegend(ImageLegend imageLegend)
getImageInfo
public ImageInfo getImageInfo()
onOK
protected void onOK()
- 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
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.