public interface MenuFactory
Modifier and Type | Field and Description |
---|---|
static int |
CENTER |
static int |
LEFT |
static int |
RIGHT |
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.
|
static final int LEFT
static final int CENTER
static final int RIGHT
java.lang.String getMenuName()
void populateMenu(javax.swing.JMenu menu, AbstractFrame frame)
menu
- frame
- int getPreferredAlignment()
http://code.google.com/p/jam-lib/