Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Difference in children of CTabFolder --> CTabFolder.getChildren()
Difference in children of CTabFolder --> CTabFolder.getChildren() [message #991028] Mon, 17 December 2012 06:27 Go to next message
Robin Mising name is currently offline Robin Mising nameFriend
Messages: 2
Registered: September 2012
Junior Member
Hi All,

When I use eclipse 3.7 and call for CTabFolder.getChildren() I am getting two children, but when I am using the same piece of code in eclipse 4.2 (JUNO), I am getting three children. The additional child is 'swt ToolBar' instance.

I would like to know what is the reason of this additional object? Don't find any documentation for the enhancement of CTabFolder or Composite class for E4.

Regards,
Robin.
Re: Difference in children of CTabFolder --> CTabFolder.getChildren() [message #991034 is a reply to message #991028] Mon, 17 December 2012 07:06 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
In 3.7 the toolbar was faked and hence it caused problems in
accessibility so now it is a real control.

The toolbar is the thing that shows the items e.g. in the top of the
outline view, ...

Tom

Am 17.12.12 07:27, schrieb Robin Mising name:
> Hi All,
>
> When I use eclipse 3.7 and call for CTabFolder.getChildren() I am
> getting two children, but when I am using the same piece of code in
> eclipse 4.2 (JUNO), I am getting three children. The additional child is
> 'swt ToolBar' instance.
>
> I would like to know what is the reason of this additional object? Don't
> find any documentation for the enhancement of CTabFolder or Composite
> class for E4.
>
> Regards,
> Robin.
Previous Topic:Dynamically installed bundle and workbench
Next Topic:Dropdown ToolItems don't show Menu
Goto Forum:
  


Current Time: Fri Apr 26 09:37:25 GMT 2024

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

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

Back to the top