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 / table / SegmentStoreTableView.java
index 2c248c69a3a863566639578d8fcbaf6983086092..ebd79ad593271b596cd1373559cafe4b90173d26 100644 (file)
@@ -41,4 +41,10 @@ public class SegmentStoreTableView extends AbstractSegmentStoreTableView {
         String analysisId = NonNullUtils.nullToEmptyString(getViewSite().getSecondaryId());
         return new SegmentStoreTableViewer(tableViewer, analysisId);
     }
+
+    @Override
+    protected boolean canBePinned() {
+        //TODO: actionPin is not defined
+        return false;
+    }
 }
This page took 0.024053 seconds and 5 git commands to generate.