// CheckStyle:MagicNumber| OFF
Composite configComposite = new Composite(composite, SWT.NONE);
configComposite.setLayout(new GridLayout(3, false));
configComposite.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true));
settingsEditor = new SettingsEditor(configComposite, SWT.NONE);
settingsEditor.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false, 3, 1));
settingsEditor.addListener(new SettingsEditorListener() {
public void settingsEditorUpdated(IvySettingsSetup setup) {
conf.setIvySettingsSetup(setup);
settingsUpdated();