tmf.ui: Move TmfEventsTable listeners from anonymous to nested classes
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 8 Apr 2015 14:12:17 +0000 (10:12 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 22 Oct 2015 16:34:57 +0000 (12:34 -0400)
commit6a0e6f004b35a900705646350b9bdf9afc001b18
tree922038ef60043b0585d7b0facac85964389ba5b3
parentcc7a469cb603cb75d605c0841359f83c870c45bd
tmf.ui: Move TmfEventsTable listeners from anonymous to nested classes

The listeners are pretty big and make the code harder to read. This patch
puts them together at the top of the file so that the constructor is simpler.

Change-Id: Ib0ab2d86afec4a26eb725556eb52e046b6b7850f
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/45464
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java
This page took 0.026324 seconds and 5 git commands to generate.