Package it.tidalwave.ui.core
Interface MenuBarControl<B,MB>
- Type Parameters:
B- the type of the binderMB- the type of the menubar
- All Known Subinterfaces:
JavaFXMenuBarControl
- 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 ClassesModifier and TypeInterfaceDescriptionstatic enumA class describing the standard sequence of typical main menu bar elements.static classA 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
-