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 SummaryModifier and TypeMethodDescriptioninstall(JComponent menu) Merges this model into the menu.voiduninstall(JComponent menu) Reverses the merge of this model into the given menu
- 
Method Details- 
installMerges this model into the menu. The JComponent will be either a CommandMenuBar or a JMenu
- 
uninstallReverses the merge of this model into the given menu
 
-