[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How to force a selection changed event on data refresh

Hi,

If a selected item in a TableViewer (or Table) has been updated by means of TableViewer#repalce(Object,int), I would like to fire a selection changed event.

In a background thread I fetch the data from rows, and if a selected thread is refreshed with new data, I want to be notified of that.

Which API can I use?
Thanks for any tip.