public class MenuBarMerge extends AbstractMenuMerge
currentImplicitGroup, displayKey, groups, icon, log, menuId, name| Constructor and Description |
|---|
MenuBarMerge(java.lang.String menuId) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JMenuMerge menu) |
protected void |
addSeparator(javax.swing.JComponent menu)
Subclasses must define how "separator" components get added to the parent menu item.
|
javax.swing.JComponent |
createMenu()
Create the parent menu item represented by this object, that all of its children should be contained in.
|
javax.swing.JComponent |
install(javax.swing.JComponent menu)
Merges this model into the menu.
|
public void add(JMenuMerge menu)
protected void addSeparator(javax.swing.JComponent menu)
AbstractMenuMergeaddSeparator in class AbstractMenuMergepublic javax.swing.JComponent createMenu()
AbstractMenuMergecreateMenu in class AbstractMenuMergepublic javax.swing.JComponent install(javax.swing.JComponent menu)
IMenuMergeModelinstall in interface IMenuMergeModelinstall in class AbstractMenuMerge