Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT: Dependencies of Feature Project
SWT: Dependencies of Feature Project [message #519941] Wed, 10 March 2010 09:56 Go to next message
Eclipse UserFriend
hiho,

The Problem description is about Feature Project.

I want to get the Selection of the Features, which are listed under the tab Dependencies in the feature.xml.

I found the code to get the Included Features.
Here the code:

PDEFormEditor fe = (PDEFormEditor)PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
		IFeatureModel model = (IFeatureModel) fe.getAggregateModel();
		IFeature ft= model.getFeature();
		 ft.getIncludedFeatures(); 


Now my question, how can I get the listed Features under the Tab Dependencies?

Excuse my bad english.

Best regards.
Thank you for Help.

lg. Hera
Re: SWT: Dependencies of Feature Project [message #519943 is a reply to message #519941] Wed, 10 March 2010 10:01 Go to previous message
Eclipse UserFriend
You need to post on the pde newsgroup-forum

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Previous Topic:Canvas and FocusListener
Next Topic:Once again: Drop email from Outlook
Goto Forum:
  


Current Time: Mon Jul 07 18:26:07 EDT 2025

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

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

Back to the top