org.oddjob.arooa.design.designer
Interface MenuProvider

All Superinterfaces:
PopupMenuProvider
All Known Implementing Classes:
ConfigurableMenus

public interface MenuProvider
extends PopupMenuProvider

Provides menus for a Swing view.

Author:
rob

Method Summary
 JMenu[] getJMenuBar()
          Get the menus that are the menu bar.
 
Methods inherited from interface org.oddjob.arooa.design.designer.PopupMenuProvider
getPopupMenu
 

Method Detail

getJMenuBar

JMenu[] getJMenuBar()
Get the menus that are the menu bar.

Returns: