Uses of Class
pivot.wtk.Menu

Packages that use Menu
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Menu in pivot.wtk
 

Methods in pivot.wtk that return Menu
 Menu Menu.Item.getMenu()
           
 Menu Menu.Section.getMenu()
           
 Menu MenuPopup.getMenu()
           
 Menu MenuBar.Item.getMenu()
           
 Menu MenuButton.getMenu()
           
 

Methods in pivot.wtk with parameters of type Menu
 void Menu.ItemListener.menuChanged(Menu.Item item, Menu previousMenu)
           
 void MenuBar.ItemListener.menuChanged(MenuBar.Item item, Menu previousMenu)
           
 void MenuButtonListener.menuChanged(MenuButton menuButton, Menu previousMenu)
          Called when a menu button's menu has changed.
 void MenuPopupListener.menuChanged(MenuPopup menuPopup, Menu previousMenu)
          Called when a menu popup's menu has changed.
 void MenuListener.sectionInserted(Menu menu, int index)
          Called when a menu section has been inserted.
 void MenuListener.sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
          Called when menu sections have been removed.
 void Menu.Item.setMenu(Menu menu)
           
 void MenuPopup.setMenu(Menu menu)
           
 void MenuBar.Item.setMenu(Menu menu)
           
 void MenuButton.setMenu(Menu menu)
           
 

Constructors in pivot.wtk with parameters of type Menu
MenuPopup(Menu menu)
           
 

Uses of Menu in pivot.wtk.skin
 

Methods in pivot.wtk.skin with parameters of type Menu
 void MenuItemSkin.menuChanged(Menu.Item menuItem, Menu previousMenu)
           
 void MenuBarItemSkin.menuChanged(MenuBar.Item menuBarItem, Menu previousMenu)
           
 void MenuButtonSkin.menuChanged(MenuButton menuButton, Menu previousMenu)
           
 

Uses of Menu in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type Menu
 void TerraMenuPopupSkin.menuChanged(MenuPopup menuPopup, Menu previousMenu)
           
 void TerraMenuSkin.sectionInserted(Menu menu, int index)
           
 void TerraMenuSkin.sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)