Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Are nested views possible within Eclipse RCP
Are nested views possible within Eclipse RCP [message #462480] Mon, 29 January 2007 22:03 Go to next message
Eclipse UserFriend
Originally posted by: michael.hemmkeppler.gmx.de

Hi everyone!

I hope my question isn't too simple and haven't read over the solution in the api. Currently, I'm searching for a way to integrate several views in a kind of a sashform. In fact I try to achieve a behaviour comparable to the default Java perspective within Eclipse for example. That means I need three 'boxes' like the one with the Package Explorer, the one containing the source code and the 'outline' box.
Could anyone please give me an initial idea how to realize this? Or even explain me the Eclipse internal implementation...

Thanks, Michael
Re: Are nested views possible within Eclipse RCP [message #462484 is a reply to message #462480] Mon, 29 January 2007 23:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michael.hemmkeppler.gmx.de

Án additional, but very important point I have forgotten. This several views I need should be integrated within one superior view integrated in an IFolderLayout... Is there a way to manage this?
Re: Are nested views possible within Eclipse RCP [message #462486 is a reply to message #462484] Mon, 29 January 2007 23:58 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
It sounds like you want to have these as separate views, rather than tying them together in a single view. Perhaps you should consider a perspective to organise the views in a particular way for your application?

Alex.
Re: Are nested views possible within Eclipse RCP [message #463035 is a reply to message #462484] Mon, 05 February 2007 17:54 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

The short answer is no. Views can't contain other views. Certain
editors (like MultiPageEditorPart) can contain other editors with a
number of restrictions.

But if you want something like the Java Perspective, why not create the
entire thing using a perspective factory?

Later,
PW


Previous Topic:Developing Project with RCP
Next Topic:Button - Action - Job
Goto Forum:
  


Current Time: Tue Sep 17 06:40:05 GMT 2024

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

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

Back to the top