net.sourceforge.hivegui.menu
Class MenuFactoryImpl

java.lang.Object
  extended by net.sourceforge.hivegui.menu.MenuFactoryImpl
All Implemented Interfaces:
MenuFactory

public class MenuFactoryImpl
extends java.lang.Object
implements MenuFactory


Constructor Summary
MenuFactoryImpl(org.apache.commons.logging.Log logger, java.util.List config, ApplicationContextHolder holder, MenuInitializer initializer)
           
 
Method Summary
 javax.swing.Action getItemCommand(java.lang.String idItem)
           
 javax.swing.JMenuBar getMenuBar()
           
 javax.swing.JPopupMenu getPopupMenu(java.lang.String idMenu)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuFactoryImpl

public MenuFactoryImpl(org.apache.commons.logging.Log logger,
                       java.util.List config,
                       ApplicationContextHolder holder,
                       MenuInitializer initializer)
Method Detail

getMenuBar

public javax.swing.JMenuBar getMenuBar()
Specified by:
getMenuBar in interface MenuFactory

getPopupMenu

public javax.swing.JPopupMenu getPopupMenu(java.lang.String idMenu)
Specified by:
getPopupMenu in interface MenuFactory

getItemCommand

public javax.swing.Action getItemCommand(java.lang.String idItem)
Specified by:
getItemCommand in interface MenuFactory