Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Putting a Table in a TabItem
Putting a Table in a TabItem [message #446820] Thu, 02 December 2004 22:53 Go to next message
Tyrone Hed is currently offline Tyrone HedFriend
Messages: 79
Registered: July 2009
Member
I have a page with Tabbed folders on it.

I would like to place a table in one of the TabItems.

Is that possible?
Re: Putting a Table in a TabItem [message #446823 is a reply to message #446820] Fri, 03 December 2004 00:17 Go to previous messageGo to next message
Tyrone Hed is currently offline Tyrone HedFriend
Messages: 79
Registered: July 2009
Member
Tyrone Hed wrote:

> I have a page with Tabbed folders on it.
> I would like to place a table in one of the TabItems.
> Is that possible?


Tyrone Hed answers:

Yes it is.

1.) Create a TabFolder with a parent of shell

2.) Create a TabItem with a parent of TabFolder

3.) Create a Table ALSO with a parent of TabFolder
(not with a parent of TabItem, as you might expect)
Re: Putting a Table in a TabItem [message #446824 is a reply to message #446820] Fri, 03 December 2004 00:23 Go to previous message
Tyrone Hed is currently offline Tyrone HedFriend
Messages: 79
Registered: July 2009
Member
Tyrone Hed amplifies his answer


4.) Set the TabItem's control to the name of the Table

tabItem.setControl( myTable );
Previous Topic:Looking of working TableTreeViewer Exeample
Next Topic:from an eclipse gnoll | re: comp-human interfaces | ACM CHI confrence videos @ open-video.org
Goto Forum:
  


Current Time: Tue Apr 16 19:34:03 GMT 2024

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

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

Back to the top