Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-03-21 18:31:29 +0000
committerAndre Weinand2003-03-21 18:31:29 +0000
commitb8350f3dd6488aeb87fa143f6d0ee08ab893b9b6 (patch)
tree3101539892ada6eabd3c6f7202a522c94a43dd38
parente769ce6b4941d34e1cb49037b8975aece1e432a8 (diff)
downloadeclipse.platform.team-b8350f3dd6488aeb87fa143f6d0ee08ab893b9b6.tar.gz
eclipse.platform.team-b8350f3dd6488aeb87fa143f6d0ee08ab893b9b6.tar.xz
eclipse.platform.team-b8350f3dd6488aeb87fa143f6d0ee08ab893b9b6.zip
updated extension point doc
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd9
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd4
-rw-r--r--bundles/org.eclipse.compare/schema/contentViewers.exsd9
-rw-r--r--bundles/org.eclipse.compare/schema/structureCreators.exsd4
4 files changed, 10 insertions, 16 deletions
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd
index c3f16ffae..d2d36edff 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/contentViewers.exsd
@@ -8,12 +8,9 @@
<documentation>
This extension point allows a plug-in to register
viewers for specific content types.
-These viewers are used in the EditionSelectionDialog when presenting an edition
-of a resource or a subsection thereof. The viewer
-must extend &lt;samp&gt;org.eclipse.jface.viewers.Viewer&lt;/samp&gt;
-and must accept a viewer input of type &lt;samp&gt;IStreamContentAccessor&lt;/samp&gt;.
-However since viewers don&apos;t have a default constructor the extension point must implement the
-factory interface for viewers &lt;samp&gt;org.eclipse.compare.IViewerCreator&lt;/samp&gt;.
+These viewers are used in the &lt;samp&gt;EditionSelectionDialog&lt;/samp&gt; when presenting an edition of a resource or a subsection thereof. The viewer
+is expected to extend &lt;samp&gt;org.eclipse.jface.viewers.Viewer&lt;/samp&gt;.
+However since viewers don&apos;t have a default constructor the extension point must implement the factory interface for viewers &lt;samp&gt;org.eclipse.compare.IViewerCreator&lt;/samp&gt;.
</documentation>
</annotation>
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd
index 6897668ab..8a74625e0 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/schema/structureCreators.exsd
@@ -10,6 +10,7 @@
for specific content types. The structure creator is expected to create
a tree of &lt;samp&gt;IStructureComparator&lt;/samp&gt;s for a given content.
This tree is used as the input for the structural compare.
+The extension point must implement the interface &lt;samp&gt;org.eclipse.compare.structuremergeviewer.IStructureCreator&lt;/samp&gt;.
</documentation>
</annotation>
@@ -106,8 +107,7 @@ java files (extension &quot;java&quot;):
<meta.section type="implementation"/>
</appInfo>
<documentation>
- The Compare UI plugin defines a structure
-creator for zip archives.
+ The Compare UI plugin defines a structure creator for zip archives.
</documentation>
</annotation>
diff --git a/bundles/org.eclipse.compare/schema/contentViewers.exsd b/bundles/org.eclipse.compare/schema/contentViewers.exsd
index c3f16ffae..d2d36edff 100644
--- a/bundles/org.eclipse.compare/schema/contentViewers.exsd
+++ b/bundles/org.eclipse.compare/schema/contentViewers.exsd
@@ -8,12 +8,9 @@
<documentation>
This extension point allows a plug-in to register
viewers for specific content types.
-These viewers are used in the EditionSelectionDialog when presenting an edition
-of a resource or a subsection thereof. The viewer
-must extend &lt;samp&gt;org.eclipse.jface.viewers.Viewer&lt;/samp&gt;
-and must accept a viewer input of type &lt;samp&gt;IStreamContentAccessor&lt;/samp&gt;.
-However since viewers don&apos;t have a default constructor the extension point must implement the
-factory interface for viewers &lt;samp&gt;org.eclipse.compare.IViewerCreator&lt;/samp&gt;.
+These viewers are used in the &lt;samp&gt;EditionSelectionDialog&lt;/samp&gt; when presenting an edition of a resource or a subsection thereof. The viewer
+is expected to extend &lt;samp&gt;org.eclipse.jface.viewers.Viewer&lt;/samp&gt;.
+However since viewers don&apos;t have a default constructor the extension point must implement the factory interface for viewers &lt;samp&gt;org.eclipse.compare.IViewerCreator&lt;/samp&gt;.
</documentation>
</annotation>
diff --git a/bundles/org.eclipse.compare/schema/structureCreators.exsd b/bundles/org.eclipse.compare/schema/structureCreators.exsd
index 6897668ab..8a74625e0 100644
--- a/bundles/org.eclipse.compare/schema/structureCreators.exsd
+++ b/bundles/org.eclipse.compare/schema/structureCreators.exsd
@@ -10,6 +10,7 @@
for specific content types. The structure creator is expected to create
a tree of &lt;samp&gt;IStructureComparator&lt;/samp&gt;s for a given content.
This tree is used as the input for the structural compare.
+The extension point must implement the interface &lt;samp&gt;org.eclipse.compare.structuremergeviewer.IStructureCreator&lt;/samp&gt;.
</documentation>
</annotation>
@@ -106,8 +107,7 @@ java files (extension &quot;java&quot;):
<meta.section type="implementation"/>
</appInfo>
<documentation>
- The Compare UI plugin defines a structure
-creator for zip archives.
+ The Compare UI plugin defines a structure creator for zip archives.
</documentation>
</annotation>

Back to the top