public interface MenuCreator
Modifier and Type | Interface and Description |
---|---|
static class |
MenuCreator.MENU_LOCATION |
Modifier and Type | Method and Description |
---|---|
JMenuItem[] |
getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
MenuItems to be added in location menu
|
JMenu[] |
getTopLevelMenus() |
void |
localeChanged()
Update Top Level menu on Locale Change
|
boolean |
localeChanged(MenuElement menu) |
JMenuItem[] getMenuItemsAtLocation(MenuCreator.MENU_LOCATION location)
location
- in top menuJMenuItem
JMenu[] getTopLevelMenus()
boolean localeChanged(MenuElement menu)
menu
- MenuElementvoid localeChanged()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.