Interface MultiPagePane.PopupCustomizer

  • Enclosing class:
    MultiPagePane

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

      • customizePopup

        void customizePopup​(int index,
                            JPopupMenu menu)
        Gets called before the popup for the entry is displayed.
        Parameters:
        index - the index this menu is for
        menu - the menu so far