typeLabel = new Label(headComposite, SWT.NONE);
typeLabel.setBackground(headComposite.getBackground());
typeLabel.setText("Strategy");
typeLabel.setLayoutData(new RowData(75,25));
captionText = new TextEdit(headComposite, SWT.BORDER | SWT.SINGLE);
captionText.setToolTipText("please enter here the name for the strategy");
captionText.setLayoutData(new RowData(593,25));
deleteButton = new Button(headComposite, SWT.FLAT);
deleteButton.setToolTipText("delete the strategy");