|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MenuBarListener
Menu bar listener interface.
Nested Class Summary | |
---|---|
static class |
MenuBarListener.Adapter
Menu bar listener adapter. |
Method Summary | |
---|---|
void |
activeItemChanged(MenuBar menuBar,
MenuBar.Item previousActiveItem)
Called when a menu bar's active item has changed. |
void |
itemInserted(MenuBar menuBar,
int index)
Called when a menu bar item has been inserted. |
void |
itemsRemoved(MenuBar menuBar,
int index,
Sequence<MenuBar.Item> removed)
Called when menu bar items have been removed. |
Method Detail |
---|
void itemInserted(MenuBar menuBar, int index)
menuBar
- index
- void itemsRemoved(MenuBar menuBar, int index, Sequence<MenuBar.Item> removed)
menuBar
- index
- removed
- void activeItemChanged(MenuBar menuBar, MenuBar.Item previousActiveItem)
menuBar
- previousActiveItem
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |