[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to change the Table Column Header

Kimoon wrote:

Hello.

I would like to know that the dynamic column header is supported.
I want to describe a table when i get a message from the server, and the column should be changable as the message changed.
I would like to change the column names and the number of columns.
it should be done without using 'table viewer'.

I think there are some snippets that deal with adding/removing columns at http://www.eclipse.org/swt/snippets/ and http://wiki.eclipse.org/index.php/JFaceSnippets

By the way, why must you avoid using TableViewer?

Hope this helps,
	Eric