optionsGroup.setToolTipText("Possible modifiers for selected algorithm.");
Label greedy4d1l1Label = new Label(optionsGroup, SWT.NONE);
greedy4d1l1Label.setLayoutData(new GridData(SWT.BEGINNING, SWT.CENTER, false, false, 1, 1));
greedy4d1l1Label.setText("l1 = ");
greedy4d1l1Label.pack();
Text greedy4d1l1Text = new Text(optionsGroup, SWT.SINGLE | SWT.BORDER);
greedy4d1l1Text.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, true, 3, 1));
greedy4d1l1Text.setData("l1");
greedy4d1l1Text.setText("1");