tmf: Add missing Javadoc to tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / model / TimeEvent.java
index 34988a6df5e7aa6256dab0b0faab95ecb52b4262..87812ef12feb64c39057acf0814e1302f8389c04 100644 (file)
@@ -19,8 +19,14 @@ package org.eclipse.linuxtools.tmf.ui.widgets.timegraph.model;
  * @author Patrick Tasse
  */
 public class TimeEvent implements ITimeEvent {
+
+    /** TimeGraphEntry matching this time event */
     protected ITimeGraphEntry fEntry;
+
+    /** Beginning timestamp of this time event */
     protected long fTime;
+
+    /** Duration of this time event */
     protected long fDuration;
 
     /**
This page took 0.023866 seconds and 5 git commands to generate.