Class MenuManager

java.lang.Object
ca.phon.ui.menu.MenuManager

public class MenuManager extends Object
Helper class to build menus based on plugin extensions. Plugins can alter the window menus in Phon by implementing an extension point for the interface IPluginMenuFilter. While plugins can alter any part of the menu, it is recommended to only add entries to the 'Plugins' menu unless absolutely necessary.
  • Constructor Details

    • MenuManager

      public MenuManager()
  • Method Details

    • createWindowMenuBar

      public static JMenuBar createWindowMenuBar(Window owner)
      Create the menu
      Parameters:
      owner -