}
if (NEW_KEYS_PREFERENCE_PAGE.equals(id)) {
return configure(new NewKeysPreferencePage());
}
if (PERSPECTIVES_PREFERENCE_PAGE.equals(id)) {
return configure(new PerspectivesPreferencePage());
}
if (PREFERENCES_EXPORT_WIZARD.equals(id)) {
return configure(new PreferencesExportWizard());
}
if (PREFERENCES_IMPORT_WIZARD.equals(id)) {