tmf: Add support for event table range selection
authorPatrick Tasse <patrick.tasse@gmail.com>
Fri, 12 Jul 2013 20:36:17 +0000 (16:36 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Mon, 29 Jul 2013 21:33:18 +0000 (17:33 -0400)
commit3f43dc484bcace38184e6445d718fc4049d44022
tree3c101e59e39dc428e0cff05e9bc97711219e83f7
parent0fcf3b09b2613b1a43b6776c0c93d51859189f30
tmf: Add support for event table range selection

TmfVirtualTable:
- Support the SWT.MULTI style
- Support Shift-click and Shift-key for event range selection
- Update API to support selection range
- Prevent Select All from modifying selection
- Inhibit Ctrl and Command key modifiers

TmfEventsTable:
- Create table with SWT.MULTI style
- Support selection time range
- Update status line manager with time range delta

TmfEventsEditor:
- Provide status line manager to events table

Change-Id: I16aa44f444bd1288c93b964b40e77cb04158b46d
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/14522
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/editors/TmfEventsEditor.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/events/TmfEventsTable.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/virtualtable/TmfVirtualTable.java
This page took 0.027763 seconds and 5 git commands to generate.