Right click mouse binding [message #1108242] |
Fri, 13 September 2013 10:57  |
Eclipse User |
|
|
|
Hi,
I would like to get the mouse right click binding to select when I right click over a row that is not selected.
I can configure to do the selection with the following:
uiBindingRegistry.registerMouseDownBinding(MouseEventMatcher.bodyRightClick(SWT.NONE), new SelectRowAction());
However this also applies the selection action when I right click on selected rows which I don't want it to do.
For example, I highlight multiple rows and then I right click over it.
In this situation, it removes my selections and selects the row I right clicked over.
Is there a way to solve this?
Thanks,
John.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.46497 seconds