Class MenuPopupWindow

java.lang.Object
icyllis.modernui.widget.ListPopupWindow
icyllis.modernui.widget.MenuPopupWindow
All Implemented Interfaces:
ShowableListMenu, MenuItemHoverListener

public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener
A MenuPopupWindow represents the popup window for menu.

MenuPopupWindow is mostly same as ListPopupWindow, but it has customized behaviors specific to menus,

  • Constructor Details

    • MenuPopupWindow

      public MenuPopupWindow(Context context)
  • Method Details