jb.
jb.

Reputation: 23955

Natively looking checkboxes in SWT/Jface tables

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

After long googling 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.

Upvotes: 0

Views: 319

Answers (1)

the.duckman
the.duckman

Reputation: 6406

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.)

Upvotes: 1

Related Questions