[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: [jface.viewers] How do discriminate active and non-active links in ColumnViewer?

Tom Schindl wrote:
Only for the snippet.

OK.

I have no clue yet how to optimize your strategy
beside using a MouseMove-Listener and fetching the hovered cell using
ColumnViewer#getCell(Point).

My main question is: What would you use as the actual identifier
of the last "hot-spot-selection"? I assume that ViewerCell's are basically volatile in nature and may simply be recreated from one point to another, is that correct?
Do you suggest to use the previous object reference?
Do you think that the idea of the local update is the right way to go?


Thanks in advance,

- Daniel