Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF Search UI Extensibility---org.eclipse.emf.search.ui.modelSearchPageActionContribution"

(New page: Users wanting to contribute custom actions to model search result page must use this extnsion point. * '''action''' - org.eclipse.emf.search.ui.actions.AbstractModelSearchPageAction * '...)
 
Line 1: Line 1:
 +
= org.eclipse.emf.search.ui.modelSearchPageActionContribution =
 +
 
Users wanting to contribute custom actions to model search result page must use this extnsion point.
 
Users wanting to contribute custom actions to model search result page must use this extnsion point.
  

Revision as of 16:47, 5 February 2008

org.eclipse.emf.search.ui.modelSearchPageActionContribution

Users wanting to contribute custom actions to model search result page must use this extnsion point.

* action - org.eclipse.emf.search.ui.actions.AbstractModelSearchPageAction
* id - unique model search result page action ID
* targetMenuID - already contributed model search page result menu
* targetMetaModelID - target meta model ID for which action has to be displayed
* icon - action icon

Back to the top