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