Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Access to PerspectiveBar?
Access to PerspectiveBar? [message #465174] Sat, 24 March 2007 19:10
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
Hi,

In ApplicationWorkbenchWindowAdvisor, I include the following method:

public void preWindowOpen()
{
IWorkbenchWindowConfigurer configurer = getWindowConfigurer();
configurer.setInitialSize(new Point(700, 550));
configurer.setShowPerspectiveBar(true);
configurer.setShowCoolBar(true);
configurer.setShowStatusLine(false);
configurer.setTitle(TITLE);
}// public void preWindowOpen()

How can I access the PerspectiveBar?

Thanks

Charlie
Previous Topic:RCP project - Multiple developers
Next Topic:view background color
Goto Forum:
  


Current Time: Wed Sep 11 21:08:53 GMT 2024

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

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

Back to the top