Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] Displaying a ViewPart from a ThirdParty Plugin

This question has to do with the workbench (Platform UI), rather than PDE. 
It should be posted on the newsgroups rather than the developer mailing 
list.

Darin Wright




arunkumarsimhadri <arunsimha@xxxxxx> 
Sent by: pde-ui-dev-bounces@xxxxxxxxxxx
01/20/2009 06:46 AM
Please respond to
"Eclipse PDE UI developers list." <pde-ui-dev@xxxxxxxxxxx>


To
pde-ui-dev@xxxxxxxxxxx
cc

Subject
[pde-ui-dev] Displaying a ViewPart from a ThirdParty Plugin







Hi,

I am having two plugins Say MainPlugin & ThirdParty Plugin. Each of my
plugins is having a View (extends ViewPart). 

I want to display the View from the ThirdParty plugin, when the user 
clicked
a button in the View of MainPlugin. I want to achieve this without adding 
a
dependency at compile time.

I have built the ThirdParty Plugin as Deployable Plugin jar and placed it
under the plugins directory of the MainPlugin (which was exported as an
Eclipse Product).

Is there any way to load and display the views available in the Third 
Party
plugin. If so please give me the solution.

Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/Displaying-a-ViewPart-from-a-ThirdParty-Plugin-tp21562044p21562044.html

Sent from the Eclipse PDE - UI mailing list archive at Nabble.com.

_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-ui-dev




Back to the top