[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: How to disable checking item in the CheckboxTreeViewer
|
There's no way to disable the checkbox, other than listening for Selection
events with detail SWT.CHECK and toggling the checkbox back to its previous
state with TreeItem.setChecked(boolean).
Grant
"Thanapol R." <thanapol_r@xxxxxxxxxxxxxxx> wrote in message
news:74c9735d3289538df4077e625dbb18ac$1@xxxxxxxxxxxxxxxxxx
> How can I disable checking some item in the CheckboxTreeViewer?
>
>