Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » E4 UI - nested Tabbed Part container (Create an E4 UI with nested tabbed part containiers)
E4 UI - nested Tabbed Part container [message #1692844] Mon, 20 April 2015 08:18 Go to next message
Patrik Suzzi is currently offline Patrik SuzziFriend
Messages: 2
Registered: February 2018
Junior Member
Hallo,

I have to create an E4 UI with nested tabbed part containers, and I found there is a limitation in Eclipse E4 UI Model.

You can see the requested user interface in the attached image

The requested UI has:
- A perspective containing two areas
- one of the two areas is a tabbed container,
- the tabbed contained contains other tabbed containers, which are Part Stacks

In the the attached image, the problematic tabbed container is painted in green

I tried to implement the tabbed container using PartSashContainer or Area, but I see that it is not possible to have PartSashContainer with tabs.

Anyone has suggestions on how to implement the requested User Interface ?

Regards.
Re: E4 UI - nested Tabbed Part container [message #1692957 is a reply to message #1692844] Mon, 20 April 2015 20:32 Go to previous messageGo to next message
Thomas Elskens is currently offline Thomas ElskensFriend
Messages: 159
Registered: September 2014
Location: Brussels - Belgium
Senior Member
Hello,

I'm not totally sure, but if you use a composite Part instead of a PartSashContainer, doesn't that solve the issue ... ?

Greetings,

Thomas Elskens
Re: E4 UI - nested Tabbed Part container [message #1699210 is a reply to message #1692957] Mon, 22 June 2015 15:43 Go to previous message
Patrik Suzzi is currently offline Patrik SuzziFriend
Messages: 2
Registered: February 2018
Junior Member
Sorry for the late Reply.

Yes, I could hardcode all the UI using composites, but so doing I am going to lose the flexibility provided by the App Model.

My Idea was to do this in a declarative way using the model.

Thanks for the response.
P.
Previous Topic:Activating a parts context after creation
Next Topic:NatTable and context menu from fragment.e4xmi
Goto Forum:
  


Current Time: Fri Apr 26 05:54:13 GMT 2024

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

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

Back to the top