Module java.desktop

Interface PopupMenuListener

    • Method Detail

      • popupMenuWillBecomeVisible

        void popupMenuWillBecomeVisible​(PopupMenuEvent e)
        This method is called before the popup menu becomes visible
        Parameters:
        e - a PopupMenuEvent containing the source of the event
      • popupMenuWillBecomeInvisible

        void popupMenuWillBecomeInvisible​(PopupMenuEvent e)
        This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
        Parameters:
        e - a PopupMenuEvent containing the source of the event
      • popupMenuCanceled

        void popupMenuCanceled​(PopupMenuEvent e)
        This method is called when the popup menu is canceled
        Parameters:
        e - a PopupMenuEvent containing the source of the event

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部