Uses of Interface
org.osgi.service.prefs.Preferences

Packages that use Preferences
org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. 
org.osgi.service.prefs   
 

Uses of Preferences in org.eclipse.core.runtime.preferences
 

Subinterfaces of Preferences in org.eclipse.core.runtime.preferences
 interface IEclipsePreferences
          This interface describes Eclipse extensions to the preference story.
 interface IExportedPreferences
          Represents a node in the preference hierarchy which is used in the import/export mechanism.
 

Methods in org.eclipse.core.runtime.preferences that return Preferences
 Preferences IEclipsePreferences.NodeChangeEvent.getChild()
          Return the child node for this event.
 Preferences IEclipsePreferences.PreferenceChangeEvent.getNode()
          Return the preference node on which the change occurred.
 Preferences IEclipsePreferences.NodeChangeEvent.getParent()
          Return the parent node for this event.
 Preferences IEclipsePreferences.node(java.lang.String path)
          Return the preferences node with the given path.
 

Methods in org.eclipse.core.runtime.preferences with parameters of type Preferences
 java.lang.String IPreferencesService.get(java.lang.String key, java.lang.String defaultValue, Preferences[] nodes)
          Lookup the given key in the specified preference nodes in the given order.
 

Constructors in org.eclipse.core.runtime.preferences with parameters of type Preferences
IEclipsePreferences.NodeChangeEvent(Preferences parent, Preferences child)
          Constructor for a new node change event object.
 

Uses of Preferences in org.osgi.service.prefs
 

Methods in org.osgi.service.prefs that return Preferences
 Preferences PreferencesService.getSystemPreferences()
          Returns the root system node for the calling bundle.
 Preferences PreferencesService.getUserPreferences(java.lang.String name)
          Returns the root node for the specified user and the calling bundle.
 Preferences Preferences.node(java.lang.String pathName)
          Returns a named Preferences object (node), creating it and any of its ancestors if they do not already exist.
 Preferences Preferences.parent()
          Returns the parent of this node, or null if this is the root.