| Modifier and Type | Field and Description |
|---|---|
private MenuBuilder |
MenuItemBuilder.parent
The menu builder which creates the menu to which item will belong.
|
| Modifier and Type | Method and Description |
|---|---|
MenuBuilder |
MenuItemBuilder.end()
Call if ready with building the menu item.
|
MenuBuilder |
MenuBarBuilder.menu(String name)
Creates a menu entry in menu bar.
|
MenuBuilder |
MenuBuilder.separator()
Add a separator to the menu.
|
| Constructor and Description |
|---|
MenuItemBuilder(String name,
MenuBuilder parent)
Package private constructor.
|
Copyright © 2012 Sven Strittmatter. All Rights Reserved.