Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » show views with different ID at the same place
show views with different ID at the same place [message #304850] Fri, 16 June 2006 03:44 Go to next message
Eclipse UserFriend
Originally posted by: p.maas.magmasoft.de

Hi,

I have a view with a navigation tree and want to open other views with
different IDs on the right side of the navigation tree view by double
clicking on a node. If I use showView(String id) they are opened at
the the place of the navigation tree view. If I use placeholders they
are opened on the right but each on its own place:

+----------+ +-------+ +-------+
| nav tree | | view1 | | view2 | ...
+----------+ +-------+ +-------+

But I want view1 , view2, ... to appear stacked on a tabfolder like
with showview(primaryId, secondaryId) but with different primaryIds.
How can I achieve this? Thanks for your help.

Regards,

Peter Maas, Aachen
Re: show views with different ID at the same place [message #304854 is a reply to message #304850] Fri, 16 June 2006 07:02 Go to previous messageGo to next message
Eclipse UserFriend
you would create a folder in your IPerspectiveFactory, and then put the
placeholders in the folder.

Later,
PW
Re: show views with different ID at the same place [message #304858 is a reply to message #304854] Fri, 16 June 2006 08:02 Go to previous message
Eclipse UserFriend
Originally posted by: p.maas.magmasoft.de

Paul Webster schrieb:
> you would create a folder in your IPerspectiveFactory, and then put the
> placeholders in the folder.

Thanks for your hint, Paul.

Regards,

Peter Maas, Aachen
Previous Topic:Use decorators in standalone jface app
Next Topic:ViewSorter
Goto Forum:
  


Current Time: Tue Jul 08 09:27:14 EDT 2025

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

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

Back to the top