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.wtk
Methods in org.apache.pivot.wtk that return Menu.Item Modifier and Type Method Description Menu.Item
Menu.Section. get(int index)
Menu.Item
Menu. getActiveItem()
Menu.Item
Menu. getItem()
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 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 void
Menu.ItemListener. activeChanged(Menu.Item item)
Called when an item's active state has changed.void
Menu.ItemListener.Listeners. activeChanged(Menu.Item item)
default 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)
Deprecated.void
MenuListener.Listeners. 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
MenuItemSelectionListener.Listeners. itemSelected(Menu.Item menuItem)
void
Menu.ItemListener.Listeners. menuChanged(Menu.Item item, Menu previousMenu)
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 Modifier and Type Method Description void
Menu.SectionListener. itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
Called when menu items have been removed.void
Menu.SectionListener.Listeners. itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
-
Uses of Menu.Item in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Menu.Item Modifier and Type Method Description 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 Modifier and Type Method Description void
TerraMenuSkin. 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 void
TerraMenuSkin. itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
-