Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] How to add an "extension" to the extension tab in the plugin, programmatically?

Hi,

 

How to add an "extension" in the extensions tab to a plugin programmatically?

I used the code

IPluginExtension extension = fModel.getPluginFactory().createExtension();

extension.setId("");
extension.setInTheModel(false);
extension.setName("");
extension.setPoint("com.axway.xtp.test.core.componentClass");

fModel.getPluginBase().add(extension);

but it is not showing up, and in the debug mode its schema is showing as "NULL".

please help.

 

Best Regards,

 

Sudhir Agrawal

Team Lead

Sopra India | A-67 Sector 64, Noida 201301

Tel: +91-120-4056100 | Fax: +91-120-4056122 | www.in.sopragroup.com

 

This message may contain confidential and proprietary material for the sole use of the intended recipient.
Any review or distribution by others is strictly prohibited.
If you are not the intended recipient, please contact the sender and delete all copies.

Back to the top