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

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