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

Packages that use Menu.Section
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

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

Methods in org.apache.pivot.wtk that return Menu.Section
 Menu.Section Menu.SectionSequence.get(int index)
           
 Menu.Section Menu.Item.getSection()
           
 Menu.Section Menu.SectionSequence.update(int index, Menu.Section section)
           
 

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

Methods in org.apache.pivot.wtk with parameters of type Menu.Section
 int Menu.SectionSequence.add(Menu.Section section)
           
 int Menu.SectionSequence.indexOf(Menu.Section itemArgument)
           
 void Menu.SectionSequence.insert(Menu.Section section, int index)
           
 void Menu.SectionListener.itemInserted(Menu.Section section, int index)
          Called when a menu item has been inserted.
 void Menu.SectionListener.itemsRemoved(Menu.Section section, int index, Sequence<Menu.Item> removed)
          Called when menu items have been removed.
 void Menu.SectionListener.nameChanged(Menu.Section section, String previousName)
          Called when a section's name has changed.
 int Menu.SectionSequence.remove(Menu.Section section)
           
 Menu.Section Menu.SectionSequence.update(int index, Menu.Section section)
           
 

Method parameters in org.apache.pivot.wtk with type arguments of type Menu.Section
 void MenuListener.sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
          Called when menu sections have been removed.
 void MenuListener.Adapter.sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
           
 

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

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

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