public final class MenuBar
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private MenuBarDelegate |
delegate |
private java.util.List<Menu> |
menus |
| Modifier | Constructor and Description |
|---|---|
protected |
MenuBar() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Menu menu) |
java.util.List<Menu> |
getMenus() |
(package private) long |
getNativeMenu() |
void |
insert(Menu menu,
int pos) |
void |
remove(int pos) |
void |
remove(Menu menu) |
private final MenuBarDelegate delegate
private final java.util.List<Menu> menus