public class MacWindowMenuFactory extends java.lang.Object implements MenuFactory
CENTER, LEFT, RIGHT| Constructor and Description |
|---|
MacWindowMenuFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMenuName()
Give the name of this menu.
|
int |
getPreferredAlignment()
Returns the preferred alignment of the menu in the menu bar.
|
void |
populateMenu(javax.swing.JMenu menu,
AbstractFrame frame)
This method should populate the menu with menu items.
|
public java.lang.String getMenuName()
MenuFactorygetMenuName in interface MenuFactorypublic void populateMenu(javax.swing.JMenu menu,
AbstractFrame frame)
MenuFactorypopulateMenu in interface MenuFactorypublic int getPreferredAlignment()
MenuFactorygetPreferredAlignment in interface MenuFactoryhttp://code.google.com/p/jam-lib/