Class ActionsMenuCreator.PopupMenuDelegateListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.PopupMenuListener
    Enclosing class:
    ActionsMenuCreator

    private static final class ActionsMenuCreator.PopupMenuDelegateListener
    extends java.lang.Object
    implements javax.swing.event.PopupMenuListener
    Bug fix https://jira.nomagic.com/browse/MDUML-60388. Listener do not have reference to action directly
    • Constructor Detail

      • PopupMenuDelegateListener

        private PopupMenuDelegateListener()
    • Method Detail

      • popupMenuWillBecomeVisible

        public void popupMenuWillBecomeVisible​(javax.swing.event.PopupMenuEvent e)
        Specified by:
        popupMenuWillBecomeVisible in interface javax.swing.event.PopupMenuListener
      • popupMenuWillBecomeInvisible

        public void popupMenuWillBecomeInvisible​(javax.swing.event.PopupMenuEvent e)
        Specified by:
        popupMenuWillBecomeInvisible in interface javax.swing.event.PopupMenuListener
      • popupMenuCanceled

        public void popupMenuCanceled​(javax.swing.event.PopupMenuEvent e)
        Specified by:
        popupMenuCanceled in interface javax.swing.event.PopupMenuListener
      • retrievePopupMenu

        @CheckForNull
        private static javax.swing.event.PopupMenuListener retrievePopupMenu​(javax.swing.event.PopupMenuEvent e)