Uses of Class
org.eclipse.swt.events.MenuEvent
Packages that use MenuEvent
-
Uses of MenuEvent in org.eclipse.swt.events
Methods in org.eclipse.swt.events with parameters of type MenuEventModifier and TypeMethodDescriptionvoid
MenuAdapter.menuHidden
(MenuEvent e) Sent when a menu is hidden.void
MenuListener.menuHidden
(MenuEvent e) Sent when a menu is hidden.void
Sent when a menu is shown.void
Sent when a menu is shown.Method parameters in org.eclipse.swt.events with type arguments of type MenuEventModifier and TypeMethodDescriptionstatic MenuListener
MenuListener.menuHiddenAdapter
(Consumer<MenuEvent> c) Static helper method to create aMenuListener
for theMenuListener.menuHidden(MenuEvent e)
) method, given a lambda expression or a method reference.static MenuListener
MenuListener.menuShownAdapter
(Consumer<MenuEvent> c) Static helper method to create aMenuListener
for theMenuListener.menuShown(MenuEvent e)
) method, given a lambda expression or a method reference.