Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to disable/hide a Perspective programmatically?
how to disable/hide a Perspective programmatically? [message #179496] Wed, 14 January 2004 01: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: Thu Dec 26 14:17:12 GMT 2024

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

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

Back to the top