FileDocCategorySizeDatePackage
PreferencesFactory.javaAPI DocAndroid 1.5 API1571Wed May 06 22:41:04 BST 2009java.util.prefs

PreferencesFactory

public interface PreferencesFactory
This interface is used by the {@link Preferences} class as factory class to create {@code Preferences} instances. This interface can be implemented and installed to replace the default preferences implementation.
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary
public java.util.prefs.PreferencessystemRoot()
Returns the root node of the system preferences hierarchy.

return
the system preferences hierarchy root node.
since
Android 1.0

public java.util.prefs.PreferencesuserRoot()
Returns the root node of the preferences hierarchy for the calling user context.

return
the user preferences hierarchy root node.
since
Android 1.0