Examples of InitLegacyPreferences


Examples of org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences

    customPreferencesService = getBundleContext().registerService(IProductPreferencesService.class.getName(), new ProductPreferencesService(), new Hashtable());

    // Only register this interface if compatibility is installed - the check for a bundle presence
    // is a quick test that doesn't consume much.
    if (getBundle(CompatibilityHelper.PI_RUNTIME_COMPATIBILITY) != null)
      legacyPreferencesService = getBundleContext().registerService(ILegacyPreferences.class.getName(), new InitLegacyPreferences(), new Hashtable());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.