}
if (PREFERENCES_IMPORT_WIZARD.equals(id)) {
return configure(new PreferencesImportWizard());
}
if (PROGRESS_VIEW.equals(id)) {
return configure(new ProgressView());
}
if (WORKBENCH_PREFERENCE_PAGE.equals(id)) {
return configure(new WorkbenchPreferencePage());
}
if (CONTENT_TYPES_PREFERENCE_PAGE.equals(id)) {