Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to SWT TableColumn remove
How to SWT TableColumn remove [message #446241] Mon, 22 November 2004 13:40 Go to next message
Eclipse UserFriend
Originally posted by: melko.gmx.at

Hello!

I have a question: How can I remove TableColumns from an existing table to
create new ones??!? I cannot find anything about this?! I have found out
how to add columns but remove?! Please help me!

THANKS!!

nice greetings from cold austria!!
Re: How to SWT TableColumn remove [message #446246 is a reply to message #446241] Mon, 22 November 2004 15:29 Go to previous message
Alejandro Narancio is currently offline Alejandro NarancioFriend
Messages: 40
Registered: July 2009
Member
Hi!

I don't know if this is the best way, but this is a possible:

table.getColumn(index).dispose();

Regards and i hope it help,

Alejandro

melko wrote:

> Hello!

> I have a question: How can I remove TableColumns from an existing table to
> create new ones??!? I cannot find anything about this?! I have found out
> how to add columns but remove?! Please help me!

> THANKS!!

> nice greetings from cold austria!!
Previous Topic:Color picker control.
Next Topic:Browser Widget broken?
Goto Forum:
  


Current Time: Thu Apr 25 10:00:54 GMT 2024

Powered by FUDForum. Page generated in 0.02259 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top