Interface IMenuMergeModel

All Known Implementing Classes:
AbstractMenuMerge, ActionMenuItemMerge, ActionToolbarItemMerge, BasicItemMerge, DockableBarMerge, JMenuMerge, MenuBarMerge, ToolbarMerge

public interface IMenuMergeModel
The base interface of all menu and toolbar merging classes
  • Method Summary

    Modifier and Type
    Method
    Description
    Merges this model into the menu.
    void
    Reverses the merge of this model into the given menu
  • Method Details

    • install

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

      void uninstall(JComponent menu)
      Reverses the merge of this model into the given menu