Service Provider Configuration UIs
Identifier:
org.eclipse.ptp.services.ui.providerConfigurations
Since:
3.0
Description:
Extension point to specify configuration UIs for service providers.
Configuration Markup:
<!ELEMENT extension (providerContributor)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT providerContributor EMPTY>
<!ATTLIST providerContributor
id CDATA #REQUIRED
class CDATA #IMPLIED
configurationUIClass CDATA #IMPLIED>
- id - the ID of the service provider making this contribution.
- class - a fully qualified name of the Java class implementing org.eclipse.ptp.services.ui.IServiceProviderContributor.
- configurationUIClass -
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]