use of org.talend.designer.esb.webservice.ui.dialog.WebServiceDialog in project tesb-studio-se by Talend.
the class WebServiceNode method open.
private int open(Shell shell) {
setParamValue(EParameterName.UPDATE_COMPONENTS.getName(), Boolean.TRUE);
WizardDialog wizardDialog = new WizardDialog(shell, new WebServiceDialog(this));
return (Window.OK == wizardDialog.open()) ? SWT.OK : SWT.CANCEL;
}
Aggregations