Add pin state to TimeGraphBaseControl
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 27 Oct 2016 19:21:14 +0000 (15:21 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 11 Nov 2016 15:36:07 +0000 (10:36 -0500)
Change-Id: I538606eb0ebcac832fcd1905c8adf0d70330577b
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphBaseControl.java

index 003e5e593d31d9b3c9e49a16817d4b3b3923ab27..154b8d53673348ab2160636461d7e7c3d211f091 100644 (file)
@@ -113,5 +113,15 @@ public abstract class TimeGraphBaseControl extends Canvas implements PaintListen
         return fFontHeight;
     }
 
+    /**
+     * Set the pin state
+     *
+     * @param pinned
+     *            The pin state
+     * @since 2.2
+     */
+    public synchronized void setPinned(boolean pinned) {
+    }
+
     abstract void paint(Rectangle bound, PaintEvent e);
 }
This page took 0.027228 seconds and 5 git commands to generate.