Force pin action on all views
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.lami.ui / src / org / eclipse / tracecompass / internal / provisional / analysis / lami / ui / views / LamiReportView.java
index ed38dd6c26f529bea50e8f2c33a9785208b4ddbf..9fc4bd77e5dcd9dcfd04df2a52d7acde2da8853e 100644 (file)
@@ -188,4 +188,9 @@ public final class LamiReportView extends TmfView {
         return fTabPages.get(idx);
     }
 
+    @Override
+    protected boolean canBePinned() {
+        //TODO: actionPin is not defined
+        return false;
+    }
 }
This page took 0.068176 seconds and 5 git commands to generate.