public abstract class AbstractAdapterEditor extends ModalDialog
Modifier and Type | Field and Description |
---|---|
protected AppContext |
context |
protected Logger |
logger |
ID_OK_APPLY_CANCEL, ID_OK_APPLY_CANCEL_HELP, ID_OK_CANCEL, ID_OK_CANCEL_HELP, ID_YES_NO, ID_YES_NO_HELP
Modifier and Type | Method and Description |
---|---|
protected abstract JPanel |
createBundlePanel() |
protected abstract JPanel |
createDescriptorPanel() |
protected abstract JComponent |
createMainPanel() |
protected abstract JPanel |
createParametersPanel() |
protected abstract JPanel |
createPatternsPanel() |
protected abstract JPanel |
createPreProcessingPanel() |
protected abstract JPanel |
createToolInfoPanel() |
protected abstract JPanel |
createVariablesPanel() |
protected void |
onOK()
Called if the "OK" button has been clicked.
|
protected void |
onOther()
Called if a non-standard button has been clicked.
|
int |
show()
Shows the dialog.
|
protected boolean |
verifyUserInput()
Called in order to perform input validation.
|
close
center, collectButtons, getButton, getButtonID, getButtonMask, getButtonPanel, getContent, getHelpID, getJDialog, getParent, getQualifiedPropertyName, getTitle, hide, onApply, onCancel, onClose, onHelp, onNo, onReset, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setTitle, showErrorDialog, showErrorDialog, showErrorDialog, showInformationDialog, showInformationDialog, showInformationDialog, showWarningDialog, showWarningDialog, showWarningDialog
protected AppContext context
protected Logger logger
protected abstract JComponent createMainPanel()
protected abstract JPanel createDescriptorPanel()
protected abstract JPanel createVariablesPanel()
protected abstract JPanel createPreProcessingPanel()
protected abstract JPanel createToolInfoPanel()
protected abstract JPanel createPatternsPanel()
protected abstract JPanel createParametersPanel()
protected abstract JPanel createBundlePanel()
protected boolean verifyUserInput()
AbstractDialog
verifyUserInput
in class AbstractDialog
true
if and only if the validation was successful.protected void onOK()
AbstractDialog
AbstractDialog.hide()
.
Clients should override this method to implement meaningful behaviour.onOK
in class AbstractDialog
public int show()
AbstractDialog
super.show()
at the end.show
in class AbstractDialog
protected void onOther()
AbstractDialog
AbstractDialog.hide()
.
Clients should override this method to implement meaningful behaviour.onOther
in class AbstractDialog
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.