Uses of Class
pivot.wtk.Menu.Item

Packages that use Menu.Item
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.Item in pivot.wtk
 

Methods in pivot.wtk that return Menu.Item
 Menu.Item Menu.Section.get(int index)
           
 Menu.Item Menu.getItem()
           
 Menu.Item Menu.Section.update(int index, Menu.Item item)
           
 

Methods in pivot.wtk that return types with arguments of type Menu.Item
 Iterator<Menu.Item> Menu.Section.iterator()
           
 Sequence<Menu.Item> Menu.Section.remove(int index, int count)
           
 

Methods in pivot.wtk with parameters of type Menu.Item
 int Menu.Section.add(Menu.Item item)
           
 int Menu.Section.indexOf(Menu.Item item)
           
 void Menu.Section.insert(Menu.Item item, int index)
           
 void MenuItemSelectionListener.itemSelected(Menu.Item menuItem)
          Called when a descendant item of this menu has been selected.
 void Menu.ItemListener.menuChanged(Menu.Item item, Menu previousMenu)
           
 int Menu.Section.remove(Menu.Item item)
           
 Menu.Item Menu.Section.update(int index, Menu.Item item)
           
 

Method parameters in pivot.wtk with type arguments of type Menu.Item
 void MenuListener.itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
          Called when menu items have been removed.
 

Uses of Menu.Item in pivot.wtk.skin
 

Methods in pivot.wtk.skin with parameters of type Menu.Item
 void MenuItemSkin.menuChanged(Menu.Item menuItem, Menu previousMenu)
           
 

Uses of Menu.Item in pivot.wtk.skin.terra
 

Method parameters in pivot.wtk.skin.terra with type arguments of type Menu.Item
 void TerraMenuSkin.itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)