Interface AbstractNamedHistoryPanel.PopupCustomizer

  • Enclosing class:
    AbstractNamedHistoryPanel<T>

    public static interface AbstractNamedHistoryPanel.PopupCustomizer
    Interface for classes that want to customize the popup menu for the entries.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • customizePopup

        void customizePopup​(String[] entries,
                            JPopupMenu menu)
        Gets called before the popup for the entries is displayed.
        Parameters:
        entries - the selected entries
        menu - the menu so far