Java Reference
In-Depth Information
assemble them into a property source object. Specifically, each provider con-
tributes an ICompositePropertySource object for a given target. The runtime
provides implementations of IPropertiesProvider in GenericEMF
PropertiesProvider and DiagramPropertiesProvider , as shown in
Figure 10-40.
Figure 10-40
PropertiesService
PropertiesProvider Extension-Point
Identifier: org.eclipse.gmf.runtime.common.ui.services.prop-
erties.propertiesProviders
Description: This extension-point facilitates the configuration of providers
for the PropertiesService ( org.eclipse.gmf.runtime.common.ui.serv-
ices.properties.PropertiesService ). Using this extension-point,
providers are registered to contribute properties to the Eclipse property sheet
view part, given a workbench selection.
Configuration markup:
<!ELEMENT extension (PropertiesProvider)>
<!ELEMENT PropertiesProvider (Priority)>
<!ATTLIST PropertiesProvider
class CDATA #REQUIRED
verifyPluginLoaded (true | false) >
A PropertiesProvider element describes a client-defined PropertiesProvider
object.
Search WWH ::




Custom Search