Uses of Class
org.apache.pivot.wtk.Menu.Item

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

Uses of Menu.Item in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Menu.Item
 Menu.Item Menu.Section.get(int index)
           
 Menu.Item Menu.getActiveItem()
           
 Menu.Item Menu.getItem()
          Retrieves the parent item of this menu.
 Menu.Item Menu.Section.update(int index, Menu.Item item)
           
 

Methods in org.apache.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 org.apache.pivot.wtk with parameters of type Menu.Item
 void Menu.ItemListener.activeChanged(Menu.Item item)
          Called when an item's active state has changed.
 void MenuListener.activeItemChanged(Menu menu, Menu.Item previousActiveItem)
          Called when a menu's active item has changed.
 void MenuListener.Adapter.activeItemChanged(Menu menu, Menu.Item previousActiveItem)
           
 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)
          Called when an item's menu has changed.
 int Menu.Section.remove(Menu.Item item)
           
 Menu.Item Menu.Section.update(int index, Menu.Item item)
           
 

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

Uses of Menu.Item in org.apache.pivot.wtk.skin
 

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

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

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Menu.Item
 void TerraMenuSkin.activeItemChanged(Menu menu, Menu.Item previousActiveItem)
           
 

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