[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Table/TreeViewer with variable height lines
|
- From: craquerpro@xxxxxxxx (David Perez)
- Date: Mon, 28 Apr 2008 11:07:18 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I know the nebula project has some enhanced Table components.
http://www.eclipse.org/nebula/
Also take a look at
http://www.kupzog.de/fkmk_uk/Programming/Downloads/downloads.html
Joerg Bullmann wrote:
This feature is quite important for my application. There is text of
(quite) varying length in one of the columns of my table and I feel I
cannot really waste the space used by all same height columns.
So I now think I might go with a bog standard TreeViewer for prototyping
and then roll my own tree viewer replacement class for the real thing.
Will have to see how much effort this involves...
Has anyone else done this kind of thing? Will there be something in
Eclipse 3.4?
Cheers,
Joerg