Class Index | File Index

Classes


Class orion.preferences.PreferencesService

The preferences service manages a hierarchical set of preference nodes. Each node consists of preference key/value pairs.
Defined in: </shared/eclipse/e4/orion/I201302221257/plugins/org.eclipse.orion.client.core/web/orion/preferences.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new preference service.
Method Summary
Method Attributes Method Name and Description
 
getPreferences(name, optScope)
Retrieves the preferences of the given node name.
 
getSetting(subcategories, subcategory, element)
 
Class Detail
orion.preferences.PreferencesService()
Constructs a new preference service. Clients should obtain a preference service by requesting the service orion.core.preference from the service registry. This service constructor is only intended to be used by page service registry initialization code.
See:
orion.preferences.Preferences
Method Detail
getPreferences(name, optScope)
Retrieves the preferences of the given node name.
Parameters:
{String} name
A slash-delimited path to the preference node to return
optScope

getSetting(subcategories, subcategory, element)
Parameters:
subcategories
subcategory
element

listenForChangedSettings(callback)
Parameters:
callback

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 22 2013 13:00:53 GMT-0500 (EST)