| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.emf.edit"> |
| <annotation> |
| <appInfo> |
| <meta.schema plugin="org.eclipse.emf.edit" id="itemProviderAdapterFactories" name="Registered Item Provider Adapter Factories"/> |
| </appInfo> |
| <documentation> |
| This extension point is used to register the item provider adatper factory that is able to produce adapters for the given supported types for the given package. The global item provider adapter factory registry, <samp>ComposedAdapterFactory.Descriptor.Registry.INSTANCE</samp>, is used to record the registration. |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <complexType> |
| <sequence> |
| <element ref="factory" minOccurs="1" maxOccurs="unbounded"/> |
| </sequence> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| A fully qualified identifier of the target extension point. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| An optional identifier of the extension instance. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| An optional name of the extension instance. |
| </documentation> |
| <appInfo> |
| <meta.attribute translatable="true"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="factory"> |
| <complexType> |
| <attribute name="uri" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The namespace URI of an EPackage or the fully qualified name of a Java package. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="class" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The fully qualified Java class name of an item provider adapter factory. |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="java"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| <attribute name="supportedTypes" type="string" use="required"> |
| <annotation> |
| <documentation> |
| A space separated list of fully Java interface names representing the types of adapters supported by the item provider adapter factory. |
| </documentation> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="since"/> |
| </appInfo> |
| <documentation> |
| 2.1.0 |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="examples"/> |
| </appInfo> |
| <documentation> |
| <extension point="org.eclipse.emf.edit.itemProviderAdapterFactory"> |
| |
| <factory |
| |
| uri = "http:///org/eclipse/example/library.ecore" |
| |
| class = "org.eclipse.example.library.provider.LibraryItemProviderAdapterFactory" |
| |
| supportedTypes = |
| |
| "org.eclipse.emf.edit.provider.IEditingDomainItemProvider |
| |
| org.eclipse.emf.edit.provider.IStructuredItemContentProvider |
| |
| org.eclipse.emf.edit.provider.ITreeItemContentProvider |
| |
| org.eclipse.emf.edit.provider.IItemLabelProvider |
| |
| org.eclipse.emf.edit.provider.IItemPropertySource" /> |
| |
| </extension> |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="apiInfo"/> |
| </appInfo> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="implementation"/> |
| </appInfo> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="copyright"/> |
| </appInfo> |
| <documentation> |
| Copyright (c) 2005 IBM Corporation and others.<br> |
| |
| All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at <a |
| |
| href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a> |
| </documentation> |
| </annotation> |
| |
| </schema> |