Skip to main content



      Home
Home » Newcomers » Newcomers » Adding a "PERSPECTIVE" in Eclipse Workbench
Adding a "PERSPECTIVE" in Eclipse Workbench [message #268245] Sat, 31 January 2009 09:06 Go to next message
Eclipse UserFriend
Hi..I want to create a "PERSPECTIVE" in Eclipse i.e. Window->Open
Perspective->Other->MyNew(say)



and similarly in Window->Show View->Other->MyNew
-view1
-view2
-view3
..
..
-view n

So how do i start??!

Till now i was creating an application for displaying "WIDGETS" on an
"Application Window" using SWT/JFace..(i.e. it was like a pop-up window
when i ran it as a JAVA application).

But now i want to display these "WIDGETs" on the Various Views i create..

Please let me know how do i do it as an Eclipse Plug-in..

Thanks.
Re: Adding a "PERSPECTIVE" in Eclipse Workbench [message #268246 is a reply to message #268245] Sat, 31 January 2009 11:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: subs._nospam_consertum.com

A quick google of "eclipse perspective" picks this up as the first entry:

Eclipse: Create Your Own Perspective
http://www.javalobby.org/java/forums/t18187.html

adithya wrote:
> Hi..I want to create a "PERSPECTIVE" in Eclipse i.e. Window->Open
> Perspective->Other->MyNew(say)
>
>
>
> and similarly in Window->Show View->Other->MyNew
> -view1
> -view2
> -view3
> .
> .
> -view n
>
> So how do i start??!
>
> Till now i was creating an application for displaying "WIDGETS" on an
> "Application Window" using SWT/JFace..(i.e. it was like a pop-up window
> when i ran it as a JAVA application).
>
> But now i want to display these "WIDGETs" on the Various Views i create..
>
> Please let me know how do i do it as an Eclipse Plug-in..
>
> Thanks.
>


--
Derek
Re: Adding a "PERSPECTIVE" in Eclipse Workbench [message #268248 is a reply to message #268246] Sat, 31 January 2009 11:54 Go to previous message
Eclipse UserFriend
Originally posted by: subs._nospam_consertum.com

....but I see you want to do it from code. So, Here is a good place to start:
http://wiki.eclipse.org/FAQ_How_do_I_create_a_new_perspectiv e%3F

Which has a link to:
http://www.eclipse.org/articles/using-perspectives/Perspecti veArticle.html

Derek wrote:
> A quick google of "eclipse perspective" picks this up as the first entry:
>
> Eclipse: Create Your Own Perspective
> http://www.javalobby.org/java/forums/t18187.html
>
> adithya wrote:
>> Hi..I want to create a "PERSPECTIVE" in Eclipse i.e. Window->Open
>> Perspective->Other->MyNew(say)
>>
>>
>>
>> and similarly in Window->Show View->Other->MyNew
>> -view1
>> -view2
>> -view3
>> .
>> .
>> -view n
>>
>> So how do i start??!
>>
>> Till now i was creating an application for displaying "WIDGETS" on an
>> "Application Window" using SWT/JFace..(i.e. it was like a pop-up
>> window when i ran it as a JAVA application).
>>
>> But now i want to display these "WIDGETs" on the Various Views i create..
>>
>> Please let me know how do i do it as an Eclipse Plug-in..
>>
>> Thanks.
>>
>
>


--
Derek
Previous Topic:Settind database connection to a jar file
Next Topic:disabling comment autocollapsing
Goto Forum:
  


Current Time: Sun May 04 05:09:25 EDT 2025

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

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

Back to the top