Uses of Interface
org.apache.pivot.wtk.MenuHandler
-
Packages that use MenuHandler 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 MenuHandler in org.apache.pivot.wtk
Classes in org.apache.pivot.wtk that implement MenuHandler Modifier and Type Class Description static class
MenuHandler.Adapter
Deprecated.Since 2.1 and Java 8 the interface itself has default implementations.Methods in org.apache.pivot.wtk that return MenuHandler Modifier and Type Method Description MenuHandler
Component. getMenuHandler()
Methods in org.apache.pivot.wtk with parameters of type MenuHandler Modifier and Type Method Description void
ComponentListener.Adapter. menuHandlerChanged(Component component, MenuHandler previousMenuHandler)
Deprecated.void
ComponentListener.Listeners. menuHandlerChanged(Component component, MenuHandler previousMenuHandler)
default void
ComponentListener. menuHandlerChanged(Component component, MenuHandler previousMenuHandler)
Called when a component's context menu handler has changed.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 Modifier and Type Method Description void
ComponentSkin. menuHandlerChanged(Component component, MenuHandler previousMenuHandler)
-