Interface IMenuMergeModel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javax.swing.JComponent install​(javax.swing.JComponent menu)
      Merges this model into the menu.
      void uninstall​(javax.swing.JComponent menu)
      Reverses the merge of this model into the given menu
    • Method Detail

      • install

        javax.swing.JComponent install​(javax.swing.JComponent menu)
        Merges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu
      • uninstall

        void uninstall​(javax.swing.JComponent menu)
        Reverses the merge of this model into the given menu