Uses of Interface
org.eclipse.jface.action.IMenuListener2
Packages that use IMenuListener2
Package
Description
-
Uses of IMenuListener2 in org.eclipse.e4.ui.workbench.renderers.swt
Classes in org.eclipse.e4.ui.workbench.renderers.swt that implement IMenuListener2Modifier and TypeClassDescriptionclassMenuManagerHideProcessorprovides hooks for renderer processing before and after theMenuManagercalls out to itsIMenuManagerListener2for themenuAboutToHideevents.classMenuManagerShowProcessorprovides hooks for renderer processing before and after theMenuManagercalls out to itsIMenuManagerListener2for themenuAboutToShowevents. -
Uses of IMenuListener2 in org.eclipse.jface.internal
Methods in org.eclipse.jface.internal that return IMenuListener2Modifier and TypeMethodDescriptionMenuManagerEventHelper.getHideHelper()MenuManagerEventHelper.getShowHelper()Methods in org.eclipse.jface.internal with parameters of type IMenuListener2Modifier and TypeMethodDescriptionvoidMenuManagerEventHelper.setHideHelper(IMenuListener2 hideHelper) Uses IMenuListener2 to do some processing before (menuAboutToShow) and after (menuAboutToHide) the SWT.Hide event.voidMenuManagerEventHelper.setShowHelper(IMenuListener2 showHelper) Uses IMenuListener2 to do some processing before (menuAboutToShow) and after (menuAboutToHide) the SWT.Show event. -
Uses of IMenuListener2 in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement IMenuListener2