Interface BaseStatusBar.PopupMenuCustomizer

  • All Known Implementing Classes:
    FlowEditorPanel
    Enclosing class:
    BaseStatusBar

    public static interface BaseStatusBar.PopupMenuCustomizer
    Interface for classes that modify the statusbar's popup menu.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • customizePopupMenu

        void customizePopupMenu​(BaseStatusBar source,
                                boolean left,
                                JPopupMenu menu)
        For customizing the popup menu.
        Parameters:
        source - the source statusbar
        left - whether left or right status
        menu - the menu to customize