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

EMF Search UI Extensibility---org.eclipse.emf.search.ui.modelSearchPageMenuContribution

Revision as of 17:14, 5 February 2008 by Lucas.bigeardel.gmail.com (Talk | contribs) (New page: = org.eclipse.emf.search.ui.modelSearchPageMenuContribution = Users wanting to contribute custom menus to model search result page must use this extnsion point. * '''id''' - unique mode...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

org.eclipse.emf.search.ui.modelSearchPageMenuContribution

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

* id - unique model search result page menu ID
* label - model search result page menu label
* order - order index number representing menu position among all contributed search result page menus
* image - menu icon image resource
* targetMetaModelID - target meta model ID for which action has to be contextually displayed

Back to the top