1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

updated description to reflect correct interface to implement

This commit is contained in:
Andrew Gvozdev 2011-01-08 03:47:13 +00:00
parent 7d8bb1b7b9
commit 59a855ee4b

View file

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='UTF-8'?> <?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE --> <!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.managedbuilder.ui" xmlns="http://www.w3.org/2001/XMLSchema"> <schema targetNamespace="org.eclipse.cdt.ui" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation> <annotation>
<appinfo> <appInfo>
<meta.schema plugin="org.eclipse.cdt.managedbuilder.ui" id="cPropertyTab" name="cPropertyTab"/> <meta.schema plugin="org.eclipse.cdt.ui" id="cPropertyTab" name="cPropertyTab"/>
</appinfo> </appInfo>
<documentation> <documentation>
Implementation of property/preference UI element. Implementation of property/preference UI element.
@ -28,6 +28,11 @@ their weights.
</annotation> </annotation>
<element name="extension"> <element name="extension">
<annotation>
<appInfo>
<meta.element />
</appInfo>
</annotation>
<complexType> <complexType>
<sequence> <sequence>
<element ref="tab" minOccurs="1" maxOccurs="unbounded"/> <element ref="tab" minOccurs="1" maxOccurs="unbounded"/>
@ -51,9 +56,9 @@ their weights.
<documentation> <documentation>
</documentation> </documentation>
<appinfo> <appInfo>
<meta.attribute translatable="true"/> <meta.attribute translatable="true"/>
</appinfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
</complexType> </complexType>
@ -67,19 +72,19 @@ their weights.
Icon to be displayed for corresponding tab in tabfolder. Icon to be displayed for corresponding tab in tabfolder.
Ignored for single-tab pages Ignored for single-tab pages
</documentation> </documentation>
<appinfo> <appInfo>
<meta.attribute kind="resource"/> <meta.attribute kind="resource"/>
</appinfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="class" type="string" use="required"> <attribute name="class" type="string" use="required">
<annotation> <annotation>
<documentation> <documentation>
Class implementing org.eclipse.cdt.managedbuilder.ui.newproperties.ICPropertyTab Class implementing org.eclipse.cdt.ui.newui.ICPropertyTab
</documentation> </documentation>
<appinfo> <appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.cdt.managedbuilder.ui.newproperties.ICPropertyTab"/> <meta.attribute kind="java" basedOn=":org.eclipse.cdt.ui.newui.ICPropertyTab"/>
</appinfo> </appInfo>
</annotation> </annotation>
</attribute> </attribute>
<attribute name="name" type="string" use="required"> <attribute name="name" type="string" use="required">
@ -126,18 +131,18 @@ Ignored for single-tab page.
</element> </element>
<annotation> <annotation>
<appinfo> <appInfo>
<meta.section type="since"/> <meta.section type="since"/>
</appinfo> </appInfo>
<documentation> <documentation>
4.0 4.0
</documentation> </documentation>
</annotation> </annotation>
<annotation> <annotation>
<appinfo> <appInfo>
<meta.section type="examples"/> <meta.section type="examples"/>
</appinfo> </appInfo>
<documentation> <documentation>
&lt;extension &lt;extension
point=&quot;org.eclipse.cdt.ui.cPropertyTab&quot;&gt; point=&quot;org.eclipse.cdt.ui.cPropertyTab&quot;&gt;
@ -152,20 +157,19 @@ Ignored for single-tab page.
</annotation> </annotation>
<annotation> <annotation>
<appinfo> <appInfo>
<meta.section type="apiInfo"/> <meta.section type="apiInfo"/>
</appinfo> </appInfo>
<documentation> <documentation>
Tabs must implement interface: Tabs must implement interface:
org.eclipse.cdt.managedbuilder.ui.newproperties.ICPropertyTab org.eclipse.cdt.managedbuilder.ui.newproperties.ICPropertyTab
</documentation> </documentation>
</annotation> </annotation>
<annotation> <annotation>
<appinfo> <appInfo>
<meta.section type="implementation"/> <meta.section type="implementation"/>
</appinfo> </appInfo>
<documentation> <documentation>
Implementors in org.eclipse.cdt.ui.newui: Implementors in org.eclipse.cdt.ui.newui:
BinaryParsTab BinaryParsTab
@ -200,9 +204,9 @@ ToolSettingsTab
</annotation> </annotation>
<annotation> <annotation>
<appinfo> <appInfo>
<meta.section type="copyright"/> <meta.section type="copyright"/>
</appinfo> </appInfo>
<documentation> <documentation>
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007 Intel Corporation and others. * Copyright (c) 2007 Intel Corporation and others.