I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List to support checkboxes.
Just add SWT.CHECK to your TableViewer:
new TableViewer(container, SWT.CHECK | SWT.BORDER | SWT.V_SCROLL | SWT.SINGLE);

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With