TMF: Move methods from TmfXYChartViewer to new abstract TmfTimeViewer
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Fri, 14 Feb 2014 19:23:29 +0000 (14:23 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 18 Feb 2014 17:19:45 +0000 (12:19 -0500)
commit843c272b126b4924a421afb10e5286c650d8cd77
tree2c983833bca413eca68cb36980081b68ecfea105
parentcd255cabb548d92dd32b92485834fc0af4f96d41
TMF: Move methods from TmfXYChartViewer to new abstract TmfTimeViewer

The TmfXYChartViewer already had time synchronization methods implemented,
but those can be used by other types of viewer. They have been moved to an
abstract class. All viewers who need to synchronize with trace time may extend
this class.

Change-Id: I5d64c4412ea2de06e88ae8000b29770dbeecca83
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/22029
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
IP-Clean: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/ITmfTimeProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/TmfTimeViewer.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/xycharts/ITmfChartTimeProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/xycharts/TmfXYChartViewer.java
This page took 0.026592 seconds and 5 git commands to generate.