blob: 21166c6a1544db0dd36f905233e8ccd3402b4f0a [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.ui.views.properties.tabbed">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.ui.views.properties.tabbed" id="propertyContributor" name="Property Contributor"/>
</appInfo>
<documentation>
Describes a workbench part that is a contributor of properties to be displayed within tabs in the tabbed property sheet page.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence>
<element ref="propertyContributor"/>
</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>
</annotation>
</attribute>
</complexType>
</element>
<element name="propertyContributor">
<complexType>
<sequence>
<element ref="propertyCategory" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="contributorId" type="string" use="required">
<annotation>
<documentation>
The unique identifier of the property sheet page contributor.
</documentation>
</annotation>
</attribute>
<attribute name="typeMapper" type="string">
<annotation>
<documentation>
The class that implements the type mapper, i.e. implements &lt;tt&gt;org.eclipse.ui.views.properties.tabbed.ITypeMapper&lt;/tt&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.ui.views.properties.tabbed.ITypeMapper"/>
</appInfo>
</annotation>
</attribute>
<attribute name="labelProvider" type="string">
<annotation>
<documentation>
The class that implements the label provider for the title for the property sheet page, i.e. implements &lt;tt&gt;org.eclipse.jface.viewers.ILabelProvider&lt;/tt&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.jface.viewers.ILabelProvider"/>
</appInfo>
</annotation>
</attribute>
<attribute name="actionProvider" type="string">
<annotation>
<documentation>
The class that implements the action provider for the property sheet page, i.e. implements &lt;tt&gt;org.eclipse.ui.views.properties.tabbed.IActionProvider&lt;/tt&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.ui.views.properties.tabbed.IActionProvider"/>
</appInfo>
</annotation>
</attribute>
<attribute name="sectionDescriptorProvider" type="string">
<annotation>
<documentation>
The class that implements the section descriptor provider for the property sheet page, i.e. implements &lt;tt&gt;org.eclipse.ui.views.properties.tabbed.ISectionDescriptorProvider&lt;/tt&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.ui.views.properties.tabbed.ISectionDescriptorProvider"/>
</appInfo>
</annotation>
</attribute>
<attribute name="tabDescriptorProvider" type="string">
<annotation>
<documentation>
The class that implements the tab descriptor provider for the property sheet page, i.e. implements &lt;tt&gt;org.eclipse.ui.views.properties.tabbed.ITabDescriptorProvider&lt;/tt&gt;
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.ui.views.properties.tabbed.ITabDescriptorProvider"/>
</appInfo>
</annotation>
</attribute>
<attribute name="overridableTabListContentProvider" type="boolean">
<annotation>
<documentation>
If true then this contributor will override the list of tabs by using sections that extend &lt;tt&gt;org.eclipse.ui.views.properties.tabbed.AbstractOverridableTabListPropertySection&lt;/tt&gt;
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="propertyCategory">
<complexType>
<attribute name="category" type="string">
<annotation>
<documentation>
A category used to group tabs.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
&lt;pre&gt;
&lt;extension
point=&quot;org.eclipse.ui.views.properties.tabbed.propertyContributor&quot;&gt;
&lt;propertyContributor
contributorId=&quot;org.eclipse.ui.tests.views.properties.tabbed.views.TestsView&quot;
labelProvider=&quot;org.eclipse.ui.tests.views.properties.tabbed.views.LabelProvider&quot;
typeMapper=&quot;org.eclipse.ui.tests.views.properties.tabbed.views.TypeMapper&quot;&gt;
&lt;propertyCategory category=&quot;first&quot;&gt;
&lt;/propertyCategory&gt;
&lt;propertyCategory category=&quot;second&quot;&gt;
&lt;/propertyCategory&gt;
&lt;/propertyContributor&gt;
&lt;/extension&gt;
&lt;/pre&gt;
</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, 2006 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at &lt;a
href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>
</schema>