blob: 4da4f507259b055169b9b4f9477d6521272baccf [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.actf.visualization.blind">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.actf.visualization.blind" id="blindVisualizer" name="Blind Visualizer"/>
</appInfo>
<documentation>
This extension point is used to add new Blind Visualizer.
</documentation>
</annotation>
<element name="extension">
<complexType>
<sequence minOccurs="1" maxOccurs="unbounded">
<element ref="blindVisualizer"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<element name="blindVisualizer">
<complexType>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
the name of a class that implements &lt;samp&gt;org.eclipse.actf.visualization.blind.IBlindVisualizer&lt;/samp&gt;.
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.actf.visualization.blind.IBlindVisualizer"/>
</appInfo>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="since"/>
</appInfo>
<documentation>
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
The following is an example of an extension definition:
&lt;pre&gt;
&lt;extension
point=&quot;org.eclipse.actf.visualization.blind.blindVisualizer&quot;&gt;
&lt;blindVisualizer
class=&quot;org.eclipse.actf.visualization.blind.html.BlindVisualizerHtml&quot;/&gt;
&lt;/extension&gt;
&lt;/pre&gt;
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
The contributor will add new Blind Visualizer by implementing &lt;samp&gt;IBlindVisualizer&lt;/samp&gt;.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
ACTF provides a &lt;samp&gt;BlindVisualizerBase&lt;/samp&gt; that can be used as a base implementation of &lt;samp&gt;IBlindVisualizer&lt;/samp&gt;. Contributors need to implement &lt;samp&gt;visualize&lt;/samp&gt; method to suit to their purpose.
&lt;samp&gt;org.eclipse.actf.visualization.blind.html&lt;/samp&gt; and &lt;samp&gt;org.eclipse.actf.visualization.blind.odfbyhtml&lt;/samp&gt; are implementations of Blind Visualizer.
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
Copyright (c) 2007, 2008 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>