Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Perspective tab
Perspective tab [message #436678] Wed, 14 September 2005 19:00 Go to next message
Eclipse UserFriend
Originally posted by: mcheng.cisco.com

I created a perspective (class and plugin.xml), but perspective tab on the
upper right corner is missing. I added second perspective, still the same.
No active perspective name is shown, the only way to switch perspective to
go to the window to open perspective.

What should I do programmatically to show perspective folder tab?

Regards,
Mike
Re: Perspective tab [message #436679 is a reply to message #436678] Wed, 14 September 2005 21:32 Go to previous message
Haris Peco is currently offline Haris PecoFriend
Messages: 1072
Registered: July 2009
Senior Member
mike cheng wrote:

> I created a perspective (class and plugin.xml), but perspective tab on the
> upper right corner is missing. I added second perspective, still the
> same. No active perspective name is shown, the only way to switch
> perspective to go to the window to open perspective.
>
> What should I do programmatically to show perspective folder tab?
>
> Regards,
> Mike

call
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setShowPerspectiveBar(true);

in WorkbenchWindowAdvisor
Previous Topic:Ok, I give up: Using 3rd party jars
Next Topic:ResourcesPlugin.getWorkspace() returns null for RCP applications?
Goto Forum:
  


Current Time: Thu Dec 05 17:17:44 GMT 2024

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

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

Back to the top