7576777879808182838485
if (form == null) { form = nsh.createForm(parentForm); _forms.put(parentForm, form); } FormControl control = form.createControl(e); if (control == null) { // this is not a form control return null; } SWTFormControl swtControl = null;