eclipse plugin - SWT TableViewer multiselection without Ctrl -
I am using a tableware and I want to display it while holding the CTRL key. I mean if I If I click on one line, it should be added to the selection and should not replace the current selection. I probably need to do this manually in the selection listener. But maybe there is a better (more solid) way?
The table viewer wraps a table, which means multi-select behavior is platform-specific, it means That you can not disable it If you want to implement your own multi-select behavior, then you have to implement your own table widget which does not depend on the table widget from SWT, should be a good starting point ... < / Div>
Comments
Post a Comment