Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Access to PerspectiveBar?
Access to PerspectiveBar? [message #465174] Sat, 24 March 2007 15:10
Eclipse UserFriend
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: Sun Aug 31 15:08:39 EDT 2025

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

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

Back to the top