Skip to main content



      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 17: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 18: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 18:58 Go to previous messageGo to next message
Eclipse UserFriend
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 12:54 Go to previous message
Eclipse UserFriend
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: Sun Aug 31 14:57:12 EDT 2025

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

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

Back to the top