[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Passing a SWT.TAB event

Hello,

I've subclassed a composite and put some controls on it. When a SWT.TAB event from the composites parent 'hits' the composite I want, dependantly off certain conditions, give the focus to one of that controls, or to the composites descendant in tab order.

How can I define, that I want the Tab event is passed to the next control in tab order?

Thanks!