Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Multiple perspective
Multiple perspective [message #435365] Tue, 16 August 2005 12:02 Go to next message
user is currently offline userFriend
Messages: 296
Registered: July 2009
Senior Member
Hello All
How can i make an rcp application whith multiple perspective ,
Thank you in advance
sob,
Re: Multiple perspective [message #435388 is a reply to message #435365] Wed, 17 August 2005 12:49 Go to previous messageGo to next message
fred is currently offline fredFriend
Messages: 35
Registered: July 2009
Member
Hi,

In your class that extends WorkbenchWindowAdvisor ( if you have one)
add simply that.
public void preWindowOpen() {
....
configurer.setShowPerspectiveBar(true);
}

If you have defined some perspective they will be available in the
perspective switcher.

If you talk about multiple instance of perspective it can be done by
opening window with persperctive.
Re: Multiple perspective [message #435628 is a reply to message #435388] Fri, 19 August 2005 11:58 Go to previous message
user is currently offline userFriend
Messages: 296
Registered: July 2009
Senior Member
fred wrote:

> Hi,
>
> In your class that extends WorkbenchWindowAdvisor ( if you have one)
> add simply that.
> public void preWindowOpen() {
> ....
> configurer.setShowPerspectiveBar(true);
> }
>
> If you have defined some perspective they will be available in the
> perspective switcher.
>
> If you talk about multiple instance of perspective it can be done by
> opening window with persperctive.
>
>
>
>
Hello
Ok thank you !!
It works .
Now i would like to make available only my 2 perspective and not the
other (plug-in develeppement ,java Persective ect...)
Thank you in advance
Bye,
Sob,
Previous Topic:Multiplatform Web Start export for RCP app
Next Topic:Webstart configuration
Goto Forum:
  


Current Time: Fri Dec 06 04:50:38 GMT 2024

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

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

Back to the top