initScopedPreferences();
}
private void initScopedPreferences() {
fDefaultScope = new DefaultScope();
fGlobalScope = new GlobalScope(fDefaultScope);
/* Pass Service through Initializers */
IExtensionRegistry reg = Platform.getExtensionRegistry();
IConfigurationElement elements[] = reg.getConfigurationElementsFor(PREFERENCES_INITIALIZER_EXTENSION_POINT);
for (IConfigurationElement element : elements) {