Uses of Class
org.apache.pivot.wtk.MenuButton
-
Packages that use MenuButton 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. -
-
Uses of MenuButton in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk with parameters of type MenuButton Modifier and Type Method Description void
MenuButtonListener.Listeners. menuChanged(MenuButton menuButton, Menu previousMenu)
void
MenuButtonListener. menuChanged(MenuButton menuButton, Menu previousMenu)
Called when a menu button's menu has changed. -
Uses of MenuButton in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type MenuButton Modifier and Type Method Description void
MenuButtonSkin. menuChanged(MenuButton menuButton, Menu previousMenu)
-