Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » possible to add tableItem on a specified position
possible to add tableItem on a specified position [message #445205] Thu, 28 October 2004 11:34 Go to next message
Michael Seele is currently offline Michael SeeleFriend
Messages: 124
Registered: July 2009
Senior Member
hi,
is it possible in a swt table to add a tableItem on a special position?

example:

table has 10 tableItems and i want to add my new tableItem on position 5!
Re: possible to add tableItem on a specified position [message #445220 is a reply to message #445205] Thu, 28 October 2004 14:05 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
See new TableItem(Table, int, int). The last argument is the desired index
for the new item.

"Michael Seele" <mseele@guh-software.de> wrote in message
news:clqlgn$fu5$1@eclipse.org...
> hi,
> is it possible in a swt table to add a tableItem on a special position?
>
> example:
>
> table has 10 tableItems and i want to add my new tableItem on position 5!
>
Previous Topic:Loading Images into a List
Next Topic:Removing children from a canvas ruins layout
Goto Forum:
  


Current Time: Fri Apr 26 15:15:39 GMT 2024

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

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

Back to the top