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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.