Annotation Interface 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) { }

See org.eclipse.jface.action.IMenuListener

Since:
1.0