Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Plugin / class reference in e4 Application
Plugin / class reference in e4 Application [message #1076764] Wed, 31 July 2013 20:47 Go to next message
Eclipse Explorer is currently offline Eclipse ExplorerFriend
Messages: 18
Registered: February 2013
Junior Member
I've successfully created an e4 RCP application.

Now, I want to add a part to the RCP (via the Application e4xmi) that references a part in a different plugin.

What is the correct way to do this?

Thank you

Please pardon the duplicate post from Newcomers forum.
Re: Plugin / class reference in e4 Application [message #1076992 is a reply to message #1076764] Thu, 01 August 2013 05:27 Go to previous message
Bastian Wagenfeld is currently offline Bastian WagenfeldFriend
Messages: 183
Registered: January 2013
Senior Member
Hi,

maybe this is what you are looking for: Contributing via model fragments. So you would add this part from the other plugin itself.
If it is necessary to include it from the Application.e4xmi, you would create a part and set the Class URI to the contributing class. Like that: bundleclass://de.test.plugin/de.test.plugin.parts.PartClass

Best regards
Bastian
Previous Topic:Dependency Injection outside Application Model
Next Topic:How to get Eclipse context
Goto Forum:
  


Current Time: Tue Mar 19 02:09:19 GMT 2024

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

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

Back to the top