Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 111089 - ActionFilterProviders extension has attribute based on unknown interface
Summary: ActionFilterProviders extension has attribute based on unknown interface
Status: RESOLVED DUPLICATE of bug 111508
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 minor
Target Milestone: ---   Edit
Assignee: Eliza Tworkowska CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 12:36 EDT by Linda Damus CLA
Modified: 2010-07-19 21:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Linda Damus CLA 2005-09-29 12:36:40 EDT
The 'class' attribute of the 'ActionFilterProvider' element in the 
org.eclipse.gmf.runtime.common.ui.services.action.actionFilterProviders 
extension point is "Based On" an unknown interface
(org.eclipse.gmf.runtime.common.ui.services.action.filter.IActionFilterProvider
).  

This prevents me from using the Plug-in Manifest Editor to quickly create a 
new class that extends (or implements) the required class (or interface). When 
I click on the "class" link in the "Extension Element Details" section of the 
manifest editor, the resulting Java Attribute Editor is not pre-populated with 
that required class or interface.

This attribute should have the following properties:

Based On = 
org.eclipse.gmf.runtime.common.ui.services.action.filter.AbstractActionFilterPr
ovider

The extension point description must also be corrected to indicate that users 
of the ActionFilterProviders extension point are expected to subclass the 
abstract provider, rather than implement the internal IActionFilterProvider 
interface.
Comment 1 Anthony Hunter CLA 2005-10-04 15:06:10 EDT

*** This bug has been marked as a duplicate of 111508 ***
Comment 2 Eclipse Webmaster CLA 2010-07-19 21:55:12 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug