Skip to main content



      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 #603458] Fri, 20 November 2009 07:31
Eclipse UserFriend
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:How to add an "extension" in the extensions tab to a plugin programmatically?
Next Topic:Need help in creating a P2 provisioned and custom branded Eclipse build
Goto Forum:
  


Current Time: Fri Jul 11 22:57:35 EDT 2025

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

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

Back to the top