Package jam.framework
Interface MenuBarFactory
-
- All Known Implementing Classes:
ConsoleMenuBarFactory
,DefaultMenuBarFactory
,DemoMenuBarFactory
,MultiDocMenuBarFactory
,SingleDocMenuBarFactory
public interface MenuBarFactory
-
-
Field Summary
Fields Modifier and Type Field Description static int
MENU_MASK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deregisterMenuFactories()
void
populateMenuBar(javax.swing.JMenuBar menuBar, AbstractFrame frame)
void
registerMenuFactory(MenuFactory menuFactory)
void
registerPermanentMenuFactory(MenuFactory menuFactory)
-
-
-
Method Detail
-
populateMenuBar
void populateMenuBar(javax.swing.JMenuBar menuBar, AbstractFrame frame)
-
deregisterMenuFactories
void deregisterMenuFactories()
-
registerPermanentMenuFactory
void registerPermanentMenuFactory(MenuFactory menuFactory)
-
registerMenuFactory
void registerMenuFactory(MenuFactory menuFactory)
-
-