Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to add an "extension" in the extensions tab to a plugin programmatically?
How to add an "extension" in the extensions tab to a plugin programmatically? [message #499205] Fri, 20 November 2009 12:31
sudhir  is currently offline sudhir Friend
Messages: 7
Registered: September 2009
Junior Member
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.
Previous Topic:ANT build hangs on Mac
Next Topic:How to add an "extension" in the extensions tab to a plugin programmatically?
Goto Forum:
  


Current Time: Thu Apr 25 01:26:46 GMT 2024

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

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

Back to the top