Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » setShowPerspectiveBar() -> how to get PerspectiveBar created?
setShowPerspectiveBar() -> how to get PerspectiveBar created? [message #436168] Thu, 01 September 2005 09:55 Go to next message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
hi,
IWorkbenchWindowConfigurer.setShowPerspectiveBar(true) shows the
perspective bar -- ho do i get grip of the perspective bar?
i would like to programatically set the bar to dock left and change the
images used.
Re: setShowPerspectiveBar() -> how to get PerspectiveBar created? [message #436171 is a reply to message #436168] Thu, 01 September 2005 15:22 Go to previous message
Boris Bokowski is currently offline Boris BokowskiFriend
Messages: 272
Registered: July 2009
Senior Member
The docking location of the perspective bar can be set using a preference.
See IWorkbenchPreferenceConstants. You can set the preference
programmatically - see PlatformUI.getPreferenceStore() -, or add an entry to
your plugin_customization.ini file. The latter file might have a different
name (see the property 'preferenceCustomization' of your extension to the
'org.eclipse.core.runtime.products' extension point).

Boris

"arne anka" <arne.anka@ginguppin.de> wrote in message
news:op.swe4iiwtuyrgnr@localhost...
> hi,
> IWorkbenchWindowConfigurer.setShowPerspectiveBar(true) shows the
> perspective bar -- ho do i get grip of the perspective bar?
> i would like to programatically set the bar to dock left and change the
> images used.
Previous Topic:Help with a Non-GUI RCP
Next Topic:Splash Sreen and background operation.
Goto Forum:
  


Current Time: Fri Dec 06 04:46:43 GMT 2024

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

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

Back to the top