Force pin action on all views
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.analysis.xml.ui / src / org / eclipse / tracecompass / internal / tmf / analysis / xml / ui / views / timegraph / XmlTimeGraphView.java
index 1324fbdb2f31c85337f722591a7dc812b943b9d3..b2317b2584037e2be5408d8b6b16160f70f88566 100644 (file)
@@ -580,4 +580,10 @@ public class XmlTimeGraphView extends AbstractTimeGraphView {
         return (trace != null) ? Collections.singleton(trace) : Collections.EMPTY_LIST;
     }
 
+    @Override
+    protected boolean canBePinned() {
+        //TODO: actionPin is not defined
+        return false;
+    }
+
 }
This page took 0.023565 seconds and 5 git commands to generate.