Uses of Class
org.eclipse.swt.events.MenuEvent
-
Packages that use MenuEvent Package Description org.eclipse.swt.events -
-
Uses of MenuEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type MenuEvent Modifier and Type Method Description voidMenuAdapter. menuHidden(MenuEvent e)Sent when a menu is hidden.voidMenuListener. menuHidden(MenuEvent e)Sent when a menu is hidden.voidMenuAdapter. menuShown(MenuEvent e)Sent when a menu is shown.voidMenuListener. menuShown(MenuEvent e)Sent when a menu is shown.Method parameters in org.eclipse.swt.events with type arguments of type MenuEvent Modifier and Type Method Description static MenuListenerMenuListener. menuHiddenAdapter(java.util.function.Consumer<MenuEvent> c)Static helper method to create aMenuListenerfor theMenuListener.menuHidden(MenuEvent e)) method, given a lambda expression or a method reference.static MenuListenerMenuListener. menuShownAdapter(java.util.function.Consumer<MenuEvent> c)Static helper method to create aMenuListenerfor theMenuListener.menuShown(MenuEvent e)) method, given a lambda expression or a method reference.
-