464748495051525354
super(parent, style); setLayout(new GridLayout()); // Top: element kind selection elementKindPicker = new ElementKindPicker(this, SWT.NONE); elementKindPicker.setLayoutData( new GridData(SWT.FILL, SWT.FILL, true, false)); }