Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Documentation/Developer Guide/Plugging into the settings page"

(added page, work in progress)
 
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Overview =
+
Moved to [[Orion/Documentation/Developer_Guide/Core_client_services#orion.core.setting]]
Orion plugins can define ''settings''. A setting defines some persistent information that is provided to one of the plugins's services. Defined settings appear on Orion's Settings page, and their values can be changed using an automatically-generated UI. Each setting has a unique identifier called a ''PID'', along with metatype information that gives the properties that may appear in the setting and their data types.
+
 
+
= orion.core.setting =
+
Contributes a setting.
+
 
+
== See also ==
+
[[Orion/Configuration services|Configuration services]]
+

Latest revision as of 12:00, 18 October 2012

Moved to Orion/Documentation/Developer_Guide/Core_client_services#orion.core.setting

Back to the top