.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false, 2, 1));
alphaOrderCheck.setToolTipText("Order of the artifacts in the classpath container");
alphaOrderCheck.add("From the ivy.xml");
alphaOrderCheck.add("Lexical");
acceptedSuffixesTypesComposite = new AcceptedSuffixesTypesComposite(containerGroup,
SWT.NONE);
acceptedSuffixesTypesComposite.setLayoutData(new GridData(GridData.FILL, GridData.FILL,
true, false, 3, 1));
Group editorGroup = new Group(composite, SWT.NONE);