Package jam.framework
Interface MenuBarFactory
- All Known Implementing Classes:
ConsoleMenuBarFactory
,DefaultMenuBarFactory
,DemoMenuBarFactory
,MultiDocMenuBarFactory
,SingleDocMenuBarFactory
public interface MenuBarFactory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
populateMenuBar
(JMenuBar menuBar, AbstractFrame frame) void
registerMenuFactory
(MenuFactory menuFactory) void
registerPermanentMenuFactory
(MenuFactory menuFactory)
-
Field Details
-
MENU_MASK
static final int MENU_MASK
-
-
Method Details
-
populateMenuBar
-
deregisterMenuFactories
void deregisterMenuFactories() -
registerPermanentMenuFactory
-
registerMenuFactory
-