public class ToolParameterEditorDialog extends ModalDialog
Modifier and Type | Field and Description |
---|---|
static String |
helpID |
ID_OK_APPLY_CANCEL, ID_OK_APPLY_CANCEL_HELP, ID_OK_CANCEL, ID_OK_CANCEL_HELP, ID_YES_NO, ID_YES_NO_HELP
Constructor and Description |
---|
ToolParameterEditorDialog(AppContext appContext,
String title,
ToolParameterDescriptor parameter,
Object value) |
Modifier and Type | Method and Description |
---|---|
JPanel |
createMainPanel() |
protected void |
onOK()
Called if the "OK" button has been clicked.
|
close
center, collectButtons, getButton, getButtonID, getButtonMask, getButtonPanel, 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
public static final String helpID
public ToolParameterEditorDialog(AppContext appContext, String title, ToolParameterDescriptor parameter, Object value) throws Exception
Exception
public JPanel createMainPanel()
protected void onOK()
AbstractDialog
AbstractDialog.hide()
.
Clients should override this method to implement meaningful behaviour.onOK
in class AbstractDialog
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.