November 03, 2008
I want to add focuslistener to each tree node so that we focus gets lost from particular tree node I want to validate information associated with it.

Any alternative solution to this other than focuslistener...??

Thanx..

-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


November 03, 2008
yidabu schrieb:
> I want to add focuslistener to each tree node so that we focus gets lost from particular tree node I want to validate information associated with it.

You can add the focuslistener to the Tree itself. I think, if called, you can query the still selected node and validate your information.

If that does not help, perhaps you can find an answer in the SWT newsgroup on eclipse.org