Interface MenuBarModel

All Known Implementing Classes:
MenuBarModelSupport

public interface MenuBarModel
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(Object binder, Object menuBar)
    Populates the menu bar with menus.
  • Method Details

    • populate

      void populate(@Nonnull Object binder, @Nonnull Object menuBar)
      Populates the menu bar with menus.
      Parameters:
      binder - the binder
      menuBar - the menu bar