[TMF] add public getters for fields used in TimeGraphControl.drawState
authorXavier Raynaud <xavier.raynaud@kalray.eu>
Tue, 14 Jan 2014 08:56:36 +0000 (09:56 +0100)
committerXavier Raynaud <xavier.raynaud@kalray.eu>
Thu, 16 Jan 2014 08:36:11 +0000 (03:36 -0500)
commit5a66cf9c3333baa6cda7b8018daab3521363cb36
tree166d30162251ba25199af89725ec4ffc2103940b
parent9287b6a29122cf6161e191d0eb85003790dc6c95
[TMF] add public getters for fields used in TimeGraphControl.drawState

TimeGraphControl.drawState() is protected, and therefore can be overridden.
Unfortunately, this method uses two private fields: fEventColorMap and
fTimeGraphProvider. Therefore, in order to be able to override this method,
these two fields must have accessible getters.

Change-Id: Ia82d422f33b8a8c205b761104340b4d293fae33a
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
Reviewed-on: https://git.eclipse.org/r/20424
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/widgets/TimeGraphControl.java
This page took 0.026134 seconds and 5 git commands to generate.