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/I201107200200/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
 
Retrieves the preferences of the given node name.
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)
Retrieves the preferences of the given node name.
Parameters:
{String} name
A slash-delimited path to the preference node to return

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 20 2011 02:04:43 GMT-0400 (EDT)