[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How to capture and produce IME composition Event?

I have a table viewer, and I want to let my users can edit cells directly without activation of cell editor like as EXCEL.

At first time, I used method to re-generate key-down event. but it didn't work for Korean and Japanese. (In Korean or Japanese, there were no key-down events in table)

How do I do this with SWT?