public void init(IWorkbench workbench) {
setPreferenceStore(IvyPlugin.getDefault().getPreferenceStore());
}
protected Control createContents(Composite parent) {
classpathSetupComposite = new ClasspathSetupEditor(parent, SWT.NONE, null);
classpathSetupComposite
.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, true));
classpathSetupComposite.init(IvyPlugin.getPreferenceStoreHelper().getClasspathSetup());