Package | Description |
---|---|
org.eclipse.swt.events |
SWT typed listener support.
|
Modifier and Type | Method and Description |
---|---|
void |
MenuListener.menuHidden(MenuEvent e)
Sent when a menu is hidden.
|
void |
MenuAdapter.menuHidden(MenuEvent e)
Sent when a menu is hidden.
|
void |
MenuListener.menuShown(MenuEvent e)
Sent when a menu is shown.
|
void |
MenuAdapter.menuShown(MenuEvent e)
Sent when a menu is shown.
|
Modifier and Type | Method and Description |
---|---|
static MenuListener |
MenuListener.menuHiddenAdapter(Consumer<MenuEvent> c)
Static helper method to create a
MenuListener for the
MenuListener.menuHidden(MenuEvent e) ) method, given a lambda expression or a method reference. |
static MenuListener |
MenuListener.menuShownAdapter(Consumer<MenuEvent> c)
Static helper method to create a
MenuListener for the
MenuListener.menuShown(MenuEvent e) ) method, given a lambda expression or a method reference. |
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.