tmf: Remove the ITmfEventTableColumns extension point
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / schema / org.eclipse.linuxtools.tmf.ui.tracetypeui.exsd
index 1a1dba8572259f06813d48216a69634b2ae1e8bf..87baa2995fe6969cc9a83e31c9094980b2e6cc92 100644 (file)
@@ -58,7 +58,6 @@
          <sequence>
             <element ref="eventsTableType" minOccurs="0" maxOccurs="1"/>
             <element ref="defaultEditor" minOccurs="0" maxOccurs="1"/>
-            <element ref="eventTableColumns" minOccurs="0" maxOccurs="1"/>
          </sequence>
          <attribute name="tracetype" type="string" use="required">
             <annotation>
@@ -158,30 +157,6 @@ If empty, the default events editor will be used.
       </complexType>
    </element>
 
-   <element name="eventTableColumns">
-      <annotation>
-         <documentation>
-            The event table columns to use with this trace type.
-If omitted, the default columns will be used.
-
-If the &quot;eventsTableType&quot; element is present, we will first try to provide a table of that type (ignoring the contents of &quot;eventTableColumns&quot;). If the requested table type cannot be provided, then we will fall-back to using a default table with the columns defined in &quot;eventTableColumns&quot;.
-         </documentation>
-      </annotation>
-      <complexType>
-         <attribute name="class" type="string">
-            <annotation>
-               <documentation>
-                  The fully qualified name of a class that implements &lt;samp&gt;ITmfEventTableColumns&lt;/samp&gt; .
-If empty, the default columns will be used.
-               </documentation>
-               <appinfo>
-                  <meta.attribute kind="java" basedOn=":org.eclipse.linuxtools.tmf.ui.viewers.events.columns.ITmfEventTableColumns"/>
-               </appinfo>
-            </annotation>
-         </attribute>
-      </complexType>
-   </element>
-
    <annotation>
       <appinfo>
          <meta.section type="since"/>
This page took 0.024934 seconds and 5 git commands to generate.