Reputation: 221
I have a Table table with SWT.MULTI. Now I want to get the selected rows. Till now I had a single selection and got the selected row with a selection listener. But how do I get the selected rows of the SWT.Multi table?
Can anyone help me?
Upvotes: 3
Views: 5173