开发者

Natively looking checkboxes in SWT/Jface tables

开发者 https://www.devze.com 2023-03-09 02:00 出处:网络
Are there any tested solutions that enables me to have natively looking checkboxes in SWT tabes? After long goog开发者_JS百科ling i found clever way to create image screenshoots of SWT checkbox butt

Are there any tested solutions that enables me to have natively looking checkboxes in SWT tabes?

After long goog开发者_JS百科ling i found clever way to create image screenshoots of SWT checkbox buttons, but it has some weird bugs.

Anyone has a tested real-life solution.


The blog entry you quote might be superseded by this JFace Snippet. Haven't tried that though.

But I'd simply place the checkboxes into the Table on your own like this? Powerful and native. I did use this in a real life solution. For huge tables (thousands of entries) you'll run out of handles, though. (Maybe using SWT.VIRTUAL would help, then.)

0

精彩评论

暂无评论...
验证码 换一张
取 消