Force pin action on all views
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / analysis / timing / ui / views / segmentstore / density / AbstractSegmentStoreDensityView.java
index b92e254676407dba55917491c774a86304564eda..3f5619738b5264ab2d4ec4f3c812eb144b5144ff 100644 (file)
@@ -144,4 +144,10 @@ public abstract class AbstractSegmentStoreDensityView extends TmfView {
     AbstractSegmentStoreDensityViewer getDensityViewer() {
         return fDensityViewer;
     }
+
+    @Override
+    protected boolean canBePinned() {
+        //TODO: actionPin is not defined
+        return false;
+    }
 }
\ No newline at end of file
This page took 0.024466 seconds and 5 git commands to generate.