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