Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java SWT CheckedListBox

I could not find CheckedListBox in Java SWT. Please, point me to a way of extending List to support checkboxes.

like image 698
utapyngo Avatar asked Nov 17 '25 14:11

utapyngo


1 Answers

Just add SWT.CHECK to your TableViewer:

new TableViewer(container, SWT.CHECK | SWT.BORDER | SWT.V_SCROLL | SWT.SINGLE);

Creates a table that looks like this

like image 54
Phaedrus Avatar answered Nov 20 '25 03:11

Phaedrus



Donate For Us

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