Uses of Interface
org.apache.pivot.wtk.MenuHandler

Packages that use MenuHandler
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 MenuHandler in org.apache.pivot.wtk
 

Classes in org.apache.pivot.wtk that implement MenuHandler
static class MenuHandler.Adapter
          Menu handler adapter.
 

Methods in org.apache.pivot.wtk that return MenuHandler
 MenuHandler Component.getMenuHandler()
           
 

Methods in org.apache.pivot.wtk with parameters of type MenuHandler
 void ComponentListener.menuHandlerChanged(Component component, MenuHandler previousMenuHandler)
          Called when a component's context menu handler has changed.
 void ComponentListener.Adapter.menuHandlerChanged(Component component, MenuHandler previousMenuHandler)
           
 void Component.setMenuHandler(MenuHandler menuHandler)
           
 

Uses of MenuHandler in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type MenuHandler
 void ComponentSkin.menuHandlerChanged(Component componentArgument, MenuHandler previousMenuHandler)