Skip to main content



      Home
Home » Eclipse Projects » Eclipse RT (runtime) » Hiding/Removing the perspective at runtime(Hiding/Removing the perspective at runtime)
Hiding/Removing the perspective at runtime [message #1066536] Wed, 03 July 2013 00:33
Eclipse UserFriend
Hello All,

We have an RCP application. This main plugin is more like a container with just login dialog functionality (this doesn't contain any perspectives or views. Just with the login functionality).

We have 2 other plugins which actaully contributes perspectives to the main rcp application.

Now depending on the login (after authencticating), i need to display at runtime only one perspective to the login-user. How do i do that?

Currently both the perspectives are displayed to the user. Is it possible to update the PerspectiveRegistry at runtime and update the rcp application?

I have tried IPerspectiveRegistry.deletePerspective(IPerspectiveDescriptor descriptor) in the preWindowOpen() and postWindowOpen() of the WorkbenchWindowAdvisor of my application, but still both the perspectives are being displayed.

How to hide or remove one of the perspective at runtime before the workbench loads?

Any help on this is much appreciated...

Thanks
Previous Topic:Eclipse not starting after plugin install
Next Topic:Starting bundles (plugins) at runtime
Goto Forum:
  


Current Time: Mon Jul 14 01:51:24 EDT 2025

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

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

Back to the top