tmf: Add support for time graph content provider
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 24 Jan 2014 18:01:06 +0000 (13:01 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 30 Jan 2014 16:40:50 +0000 (11:40 -0500)
commit4c9c0c87292855805e5e530a28c522d2868d70dd
tree618d2fb46c63e2b6e6f318cbefff0a53c41620d7
parent792493aa329df71499602adac812f32cac186fb3
tmf: Add support for time graph content provider

The time graph viewer now supports a time graph content provider. This
allows for the input to be something else than an array of
ITimeGraphEntry elements. The refresh method can now detect new or
removed root elements freshly derived from the input by the time graph
content provider.

Change-Id: I4aeaf670d5d459a5a176a6e12645932c13c59413
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/21160
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/ITimeGraphContentProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/TimeGraphCombo.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/TimeGraphViewer.java
This page took 0.02766 seconds and 5 git commands to generate.