TMF: TimeGraphPresentationProvider can notify listeners of color change
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Fri, 22 Nov 2013 16:52:32 +0000 (11:52 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 27 Nov 2013 17:19:45 +0000 (12:19 -0500)
commit496f76d322253b0b41c90a5ede9adb7516cde4f4
treea58b9ee7f8bf153988d906510abaac1e96655fc8
parent75b7c1bca15e9e9bdb5e635c8d0eb187a2fc468d
TMF: TimeGraphPresentationProvider can notify listeners of color change

Bug 419282: If a presentation provider see its state table change and modify
colors, it fires a notification to listeners
The TimeGraphControl implements that listening interface.

Change-Id: I985576b10e0f5dcff154c555c307433193065d81
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/18764
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/ITimeGraphColorListener.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/ITimeGraphPresentationProvider2.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/TimeGraphPresentationProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java
This page took 0.035882 seconds and 5 git commands to generate.