[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: question re. TableTree-viewer's refresh behavior

Hi,

there's nothing JFace could do against that because SWT-Team decided to deprecate TableTree. There's no problem using the TableTreeViewer beside the fact that new features of 3.3 (row based cell editors, tooltips, ... ) won't be provided for it.

Tom

Daniel Krügler schrieb:
Tom Schindl wrote:
Hi,

well that's because the win32 implementation of Tree provides those lines. E.g. on gtk there aren't any lines. If you don't want those lines to be shown you can remove them like described in this thread.

http://dev.eclipse.org/newslists/news.eclipse.platform.swt/msg27815.html

Thank you very much for that tip!
But I have to say, that it seems a little bit hackish and not very object-oriented...
My main complaint is, that one should not deprecate TreeTableViewer, if its replacement is less functional.


Greetings,

Daniel