org.virion.jam.framework
Class DefaultHelpMenuFactory

java.lang.Object
  extended by org.virion.jam.framework.DefaultHelpMenuFactory
All Implemented Interfaces:
MenuFactory

public class DefaultHelpMenuFactory
extends Object
implements MenuFactory

Author:
rambaut Date: Dec 26, 2004 Time: 11:02:20 AM

Field Summary
 
Fields inherited from interface org.virion.jam.framework.MenuFactory
CENTER, LEFT, RIGHT
 
Constructor Summary
DefaultHelpMenuFactory()
           
 
Method Summary
 String getMenuName()
          Give the name of this menu.
 int getPreferredAlignment()
          Returns the preferred alignment of the menu in the menu bar.
 void populateMenu(JMenu menu, AbstractFrame frame)
          This method should populate the menu with menu items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHelpMenuFactory

public DefaultHelpMenuFactory()
Method Detail

getMenuName

public String getMenuName()
Description copied from interface: MenuFactory
Give the name of this menu. If multiple MenuFactories are registered with the same name, then these will be appended into a single actual menu.

Specified by:
getMenuName in interface MenuFactory

populateMenu

public void populateMenu(JMenu menu,
                         AbstractFrame frame)
Description copied from interface: MenuFactory
This method should populate the menu with menu items. Reference can be made to the frame in order to get Actions.

Specified by:
populateMenu in interface MenuFactory

getPreferredAlignment

public int getPreferredAlignment()
Description copied from interface: MenuFactory
Returns the preferred alignment of the menu in the menu bar. This should be one of MenuFactory.LEFT, MenuFactory.CENTER or MenuFactory.RIGHT.

Specified by:
getPreferredAlignment in interface MenuFactory
Returns:
the alignment