Interface PopupListener

  • All Known Implementing Classes:
    ListingMergePanelProvider

    public interface PopupListener
    PopupListener provides notification when the popup action menu is displayed.
    • Method Detail

      • getPopupActions

        java.util.List<DockingActionIf> getPopupActions​(ActionContext context)
        Provides notification that the popup menu is about to be displayed and allows a set of temporary actions to be included in the popup menu. Actions returned will be included in the menu if they have a valid popup menu path and respond true to the isValidContext method.
        Parameters:
        context - the ActionContext
        Returns:
        list of temporary popup actions (null may be returned)