| [news.eclipse.platform.rcp] Re: [jface.viewers] May CellLabelProvider.update be called by clients? |
Hi,
I'm not sure I got this completely. Are you asking whether you should call CellLabelProvider.update() your own?
Yes, this seems natural, because the listener for MouseMove is already part of my CellLabelProvider.
I don't think this should be done but rather you should force the table/tree to redraw the "dirty" parts. Using Table/Tree#redraw(int,int,int,int,boolean).
Interesting, could you please argue why?
Thanks again,
Daniel