Uses of Class
org.apache.pivot.wtk.Menu.Item
- 
Packages that use Menu.Item Package Description 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.wtkMethods in org.apache.pivot.wtk that return Menu.Item Modifier and Type Method Description Menu.ItemMenu.Section. get(int index)Menu.ItemMenu. getActiveItem()Menu.ItemMenu. getItem()Menu.ItemMenu.Section. update(int index, Menu.Item item)Methods in org.apache.pivot.wtk that return types with arguments of type Menu.Item Modifier and Type Method Description java.util.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 Modifier and Type Method Description voidMenu.ItemListener. activeChanged(Menu.Item item)Called when an item's active state has changed.voidMenu.ItemListener.Listeners. activeChanged(Menu.Item item)default voidMenuListener. activeItemChanged(Menu menu, Menu.Item previousActiveItem)Called when a menu's active item has changed.voidMenuListener.Adapter. activeItemChanged(Menu menu, Menu.Item previousActiveItem)Deprecated.voidMenuListener.Listeners. activeItemChanged(Menu menu, Menu.Item previousActiveItem)intMenu.Section. add(Menu.Item item)intMenu.Section. indexOf(Menu.Item item)voidMenu.Section. insert(Menu.Item item, int index)voidMenuItemSelectionListener. itemSelected(Menu.Item menuItem)Called when a descendant item of this menu has been selected.voidMenuItemSelectionListener.Listeners. itemSelected(Menu.Item menuItem)voidMenu.ItemListener.Listeners. menuChanged(Menu.Item item, Menu previousMenu)voidMenu.ItemListener. menuChanged(Menu.Item item, Menu previousMenu)Called when an item's menu has changed.intMenu.Section. remove(Menu.Item item)Menu.ItemMenu.Section. update(int index, Menu.Item item)Method parameters in org.apache.pivot.wtk with type arguments of type Menu.Item Modifier and Type Method Description voidMenu.SectionListener. itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)Called when menu items have been removed.voidMenu.SectionListener.Listeners. itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
- 
Uses of Menu.Item in org.apache.pivot.wtk.skinMethods in org.apache.pivot.wtk.skin with parameters of type Menu.Item Modifier and Type Method Description voidMenuItemSkin. activeChanged(Menu.Item menuItem)voidMenuItemSkin. menuChanged(Menu.Item menuItem, Menu previousMenu)
- 
Uses of Menu.Item in org.apache.pivot.wtk.skin.terraMethods in org.apache.pivot.wtk.skin.terra with parameters of type Menu.Item Modifier and Type Method Description voidTerraMenuSkin. activeItemChanged(Menu menu, Menu.Item previousActiveItem)Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Menu.Item Modifier and Type Method Description voidTerraMenuSkin. itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
 
-