tmf: Add TmfEventTableColumn class
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / virtualtable / ColumnData.java
index ffccde7c3a6617eee923a0559c81ea3aeaf95fc8..bf18d4c1dfde9b4782a9cac80d561e85fcc1101b 100644 (file)
  ******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.widgets.virtualtable;
+
 /**
  * ColumnData
- * @author Matthew Khouzam
- * @version 1.0
  *
+ * @author Matthew Khouzam
+ * @deprecated Use {@link org.eclipse.linuxtools.tmf.ui.viewers.events.columns.TmfEventTableColumn} instead.
  */
+@Deprecated
 public class ColumnData {
     /**
      * The title of the column
This page took 0.024584 seconds and 5 git commands to generate.