Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » how to disable/hide a Perspective programmatically?
how to disable/hide a Perspective programmatically? [message #179496] Tue, 13 January 2004 20:10
Eclipse UserFriend
Originally posted by: ben_narender.hotmail.com

Hello,

is there a way to disable/hide a perspective programmatically. I can get
the all the perspectives in my application by using the following
statement:

public void preWindowOpen(IWorkbenchWindowConfigurer configurer) {

IWorkbench workbench =
configurer.getWorkbenchConfigurer().getWorkbench();

IPerspectiveRegistry perspectiveRegistry =
workbench.getPerspectiveRegistry();

}

but I need to remove/hide few perspectives(from perspective selection
dialog) dynamically.

thanks for your help..
Ben
Previous Topic:Funny compare
Next Topic:CVS issue
Goto Forum:
  


Current Time: Wed Jul 23 11:17:44 EDT 2025

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

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

Back to the top