Interface MenuBar


public interface MenuBar
The top menu bar for the main suite frame.
  • Method Details

    • registerMenu

      Registration registerMenu(JMenu menu)
      Register a menu to be added to the menu bar. This option is available if you want more control over the menu structure.
      Parameters:
      menu - The menu to be registered.
      Returns:
      A Registration for the menu.
    • registerMenu

      Registration registerMenu(Menu menu)
      Register a menu to be added to the menu bar. This option is available if you want to add a simple menu.
      Parameters:
      menu - The menu to be registered.
      Returns:
      A Registration for the menu.