Bug 378401: Implementation of time graph widget.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / internal / lttng / ui / views / events / EventsTable.java
index 8952ba7996571ac548b804cf6b480eb59de04ab8..7d0c79524e664d5305c09e0942681438826168a3 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************\r
  * Copyright (c) 2009, 2010, 2011 Ericsson\r
- * \r
+ *\r
  * All rights reserved. This program and the accompanying materials are\r
  * made available under the terms of the Eclipse Public License v1.0 which\r
  * accompanies this distribution, and is available at\r
  * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
+ *\r
  * Contributors:\r
  *   Francois Chouinard - Initial API and implementation\r
  *   Francois Chouinard - Aligned columns with domain terminology\r
@@ -15,10 +15,9 @@ package org.eclipse.linuxtools.internal.lttng.ui.views.events;
 \r
 import org.eclipse.linuxtools.tmf.core.event.ITmfEvent;\r
 import org.eclipse.linuxtools.tmf.core.event.ITmfEventField;\r
-import org.eclipse.linuxtools.tmf.core.event.TmfEvent;\r
 import org.eclipse.linuxtools.tmf.core.event.TmfEventField;\r
 import org.eclipse.linuxtools.tmf.ui.viewers.events.TmfEventsTable;\r
-import org.eclipse.linuxtools.tmf.ui.widgets.ColumnData;\r
+import org.eclipse.linuxtools.tmf.ui.widgets.virtualtable.ColumnData;\r
 import org.eclipse.swt.SWT;\r
 import org.eclipse.swt.widgets.Composite;\r
 \r
@@ -64,7 +63,7 @@ public class EventsTable extends TmfEventsTable {
      * @return\r
      */\r
     @Override\r
-    protected ITmfEventField[] extractItemFields(TmfEvent event) {\r
+    protected ITmfEventField[] extractItemFields(ITmfEvent event) {\r
         ITmfEventField[] fields = new TmfEventField[0];\r
         if (event != null) {\r
             fields = new TmfEventField[] {\r
This page took 0.025039 seconds and 5 git commands to generate.