Package it.tidalwave.ui.core
Interface MenuBarControl<B,MB>
- Type Parameters:
B
- the type of the binderMB
- 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
Modifier and TypeInterfaceDescriptionstatic 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
-
Method Details
-
populate
Populates the menu bar with menus.- Parameters:
binder
- the bindermenuBar
- the menu bar
-