2010-10-26 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug309042
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / timeAnalysis / dialogs / TmfTimeLegend.java
index 5d0e54fc67752b4f7bf6f2d8d3c6c65bdd363a91..f1802bb885d0a86644a7c75aebcd53eaf6c10268 100644 (file)
@@ -193,6 +193,7 @@ public class TmfTimeLegend extends TitleAreaDialog {
                        this.colorIdx = colorIdx;\r
                        color = colors.getColor(colorIdx);\r
                        addListener(SWT.Paint, new Listener() {\r
+                               @Override\r
                                public void handleEvent(Event event) {\r
                                        draw(event.gc);\r
                                }\r
@@ -239,6 +240,7 @@ public class TmfTimeLegend extends TitleAreaDialog {
 \r
                        color = colors.getColor(colorIdx);\r
                        addListener(SWT.Paint, new Listener() {\r
+                               @Override\r
                                public void handleEvent(Event event) {\r
                                        draw(event.gc);\r
                                }\r
@@ -275,6 +277,7 @@ public class TmfTimeLegend extends TitleAreaDialog {
 \r
                        color = colors.getColor(colorIdx);\r
                        addListener(SWT.Paint, new Listener() {\r
+                               @Override\r
                                public void handleEvent(Event event) {\r
                                        draw(event.gc);\r
                                }\r
This page took 0.024138 seconds and 5 git commands to generate.