Package ca.phon.ui.menu
Class MenuManager
java.lang.Object
ca.phon.ui.menu.MenuManager
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JMenuBar
createWindowMenuBar
(Window owner) Create the menu
-
Constructor Details
-
MenuManager
public MenuManager()
-
-
Method Details
-
createWindowMenuBar
Create the menu- Parameters:
owner
-
-