- Type Parameters:
B
- the type of the binder
MB
- the type of the menubar
- All Known Implementing Classes:
MenuBarControlSupport
public interface MenuBarControl<B,MB>
A model for the application menubar.
- Since:
- 1.1-ALPHA-6
- Author:
- Fabrizio Giudici
-
Nested Class Summary 
Nested Classes
static enum
A class describing the standard sequence of typical main menu bar elements.
static class
A role that describes the placement of a menu item.
-
Method Summary 
void
Populates the menu bar with menus.
-
Method Details 
-
populate 
void populate(@Nonnull
B binder,
@Nonnull
MB menuBar)
Populates the menu bar with menus.
- Parameters:
binder
- the binder
menuBar
- the menu bar