public interface MenuBarFactory
Modifier and Type | Field and Description |
---|---|
static int |
MENU_MASK |
Modifier and Type | Method and Description |
---|---|
void |
deregisterMenuFactories() |
void |
populateMenuBar(javax.swing.JMenuBar menuBar,
AbstractFrame frame) |
void |
registerMenuFactory(MenuFactory menuFactory) |
void |
registerPermanentMenuFactory(MenuFactory menuFactory) |
void populateMenuBar(javax.swing.JMenuBar menuBar, AbstractFrame frame)
void deregisterMenuFactories()
void registerPermanentMenuFactory(MenuFactory menuFactory)
void registerMenuFactory(MenuFactory menuFactory)
http://code.google.com/p/jam-lib/