Interface MenuBarControl<B,MB>

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
    Modifier and Type
    Interface
    Description
    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

    Modifier and Type
    Method
    Description
    void
    populate(B binder, MB menuBar)
    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