Package org.eclipse.e4.ui.di
Annotation Interface AboutToShow
Use this annotation to provide MMenuElements to the list of dynamically shown
entries within a DynamicMenuContributionItem. Usage in contribution class:
@AboutToShow
public void aboutToShow(List<MMenuElement> items) { }
See org.eclipse.jface.action.IMenuListener
- Since:
- 1.0