Class ActionMenuItemMerge

    • Constructor Summary

      Constructors 
      Constructor Description
      ActionMenuItemMerge​(javax.swing.Action action)  
    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionMenuItemMerge

        public ActionMenuItemMerge​(javax.swing.Action action)
    • Method Detail

      • install

        public javax.swing.JComponent install​(javax.swing.JComponent menu)
        Description copied from interface: IMenuMergeModel
        Merges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu
        Specified by:
        install in interface IMenuMergeModel
      • uninstall

        public void uninstall​(javax.swing.JComponent menu)
        Description copied from interface: IMenuMergeModel
        Reverses the merge of this model into the given menu
        Specified by:
        uninstall in interface IMenuMergeModel