Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SWT: Dependencies of Feature Project
SWT: Dependencies of Feature Project [message #519941] Wed, 10 March 2010 14:56 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: March 2010
Junior Member
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 15:01 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

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: Fri Apr 26 03:43:28 GMT 2024

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

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

Back to the top