SWT: Dependencies of Feature Project [message #519941] |
Wed, 10 March 2010 09:56  |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.50777 seconds