tmf: Make ITimeGraphContentProvider extend ITreeContentProvider
authorPatrick Tasse <patrick.tasse@gmail.com>
Sat, 14 Mar 2015 16:56:48 +0000 (12:56 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Wed, 25 Mar 2015 22:03:35 +0000 (18:03 -0400)
commitd8a230f8245f5409514e70f3efb7bd7b7cd0c4b1
treecaff1a970456d073422a79ae626ed5aaa9d496d3
parentf14957a3713ee9d23b2d6c93096379bdcf4c96cc
tmf: Make ITimeGraphContentProvider extend ITreeContentProvider

This will allow the same provider to be used for the time graph viewer
and tree viewer in a time graph combo.

A default implementation is provided that accepts an ITimeGraphEntry
array or list as input element.

Change-Id: Icd8ac8b89e4b46c91c0474616578c375475e7e9a
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/43853
Reviewed-by: Hudson CI
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/callstack/CallStackView.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/ITimeGraphContentProvider.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphContentProvider.java [new file with mode: 0644]
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphViewer.java
This page took 0.030451 seconds and 5 git commands to generate.