public static interface Window.Callback
| Modifier and Type | Method and Description |
|---|---|
boolean |
onMenuItemSelected(int featureId,
MenuItem item)
Called when a panel's menu item has been selected by the user.
|
boolean onMenuItemSelected(int featureId,
MenuItem item)
featureId - The panel that the menu is in.item - The menu item that was selected.Copyright © 2011–2014. All rights reserved.