Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Calling one eclipse plug-In from another

Hi,

 

 

I have integrated 2 plug –ins A and B. A being the parent and B the  child. A has an UI Component which references B.(i.e on clicking the ui component the functionality in B gets  executed). How to do the same integration without the UI Component in A.

 

This is the extension point defined in the plugin.xml of A.

 

<extension

      point="com.abc.mks.iis.reportserviceplugin.ReportPlugin">

   <parser

         class="com.example.xyz.Parser1"

         name="com.abc.mks.parser1"

         id="com.abc.mks.parser1"/>

</extension>

 

Please revert for any further clarification, looking ahead for a reply ASAP.

 

Regards

Prathibha,Narayan



Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@xxxxxxxxx immediately
and destroy all copies of this message and any attachments.

Back to the top