Eclipse Platform
Release 3.2

org.eclipse.core.runtime.preferences
Interface IProductPreferencesService


public interface IProductPreferencesService

A product can customize preferences by implementing this service.

Since:
org.eclipse.equinox.preferences 1.0

Method Summary
 Properties getProductCustomization()
           
 Properties getProductTranslation()
           
 

Method Detail

getProductCustomization

public Properties getProductCustomization()
Returns:
default preferences specified by the product.

getProductTranslation

public Properties getProductTranslation()
Returns:
translation table for default preferences

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.