Uses of Class
org.apache.pivot.wtk.Menu.Section
-
Packages that use Menu.Section Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description 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.Listeners. itemInserted(Menu.Section section, int index)
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)
void
Menu.SectionListener.Listeners. nameChanged(Menu.Section section, java.lang.String previousName)
void
Menu.SectionListener. nameChanged(Menu.Section section, java.lang.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 Modifier and Type Method Description void
MenuListener.Adapter. sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
Deprecated.void
MenuListener.Listeners. sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
default void
MenuListener. sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
Called when menu sections have been 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 Modifier and Type Method Description 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, java.lang.String previousName)
Method parameters in org.apache.pivot.wtk.skin.terra with type arguments of type Menu.Section Modifier and Type Method Description void
TerraMenuSkin. sectionsRemoved(Menu menu, int index, Sequence<Menu.Section> removed)
-