Package org.eclipse.e4.ui.di
Annotation Type AboutToShow
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @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) { }- Since:
- 1.0
- See Also:
IMenuListener