[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to uncheck the multiple Table rows at a time in a SWT Table

Do you mean something similar to Table.setSelection(TableItem[]), but for
setting the items that are checked?  If so, there isn't api to do this, you
need to call setChecked(false) on each of the items.

If this isn't what you were asking then please follow up here.

Grant


"TKR" <khannarajesht@xxxxxxxxx> wrote in message
news:c86aa0f48e1a80df10c8832d452d88e8$1@xxxxxxxxxxxxxxxxxx
> How to uncheck the multiple Table rows at a time in a SWT Table, the table
> declaration as follows.
>
> Table table_1 = new Table(composite_4, SWT.FULL_SELECTION |
> SWT.SINGLE|SWT.BORDER | SWT.CHECK);
>
> Please advise me.
>
> Thanks & Best Regards
> TKR
>