public class MenuManager extends Object implements IMenuRegistry
| Constructor and Description |
|---|
MenuManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>... configurations) |
JMenuBar |
getMenuBar() |
void |
remove(AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItems) |
public void add(AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>... configurations)
add in interface IMenuRegistrypublic void remove(AbstractMenuItemConfiguration<? extends AbstractMenuItemDescription>[] menuItems)
public JMenuBar getMenuBar()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.