how to add focuslistener to tree?

Frank Benoit keinfarbton at googlemail.com
Mon Nov 3 10:42:57 PST 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



More information about the Digitalmars-d-dwt mailing list