Annotation Interface AboutToHide


@Documented @Target(METHOD) @Retention(RUNTIME) public @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