Extract event listeners to inner classes and provide enable/disable for each
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 27 Oct 2016 20:10:02 +0000 (16:10 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 11 Nov 2016 15:36:07 +0000 (10:36 -0500)
commit69401011a0aaaeaee6656045aba892dbf40bc868
treea14eb03035cb9915fd8fb3d05c80afb5f9da8733
parentca2675a9aac83bc218fd73fda23ffe4a02d6aea5
Extract event listeners to inner classes and provide enable/disable for each

Regroup listeners for each listener types in inner classes to ease the
control of actions performed by them.

Mouse wheel listeners actions:
- Zoom
- Horizontal Scroll

Key listeners actions:
- Extend to next/previous marker
- Select next/previous marker

Change-Id: I48d5807a32d9b482b0b424028dfb1406384f273f
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/TimeGraphViewer.java
This page took 0.024888 seconds and 5 git commands to generate.