Uses of Interface
jam.framework.MenuFactory
-
Packages that use MenuFactory Package Description jam.demo.menus jam.framework jam.mac -
-
Uses of MenuFactory in jam.demo.menus
Classes in jam.demo.menus that implement MenuFactory Modifier and Type Class Description class
DemoMenuFactory
-
Uses of MenuFactory in jam.framework
Classes in jam.framework that implement MenuFactory Modifier and Type Class Description class
DefaultEditMenuFactory
class
DefaultFileMenuFactory
class
DefaultHelpMenuFactory
Methods in jam.framework with parameters of type MenuFactory Modifier and Type Method Description void
Application. addMenuFactory(MenuFactory menuFactory)
void
DefaultMenuBarFactory. registerMenuFactory(MenuFactory menuFactory)
void
MenuBarFactory. registerMenuFactory(MenuFactory menuFactory)
void
DefaultMenuBarFactory. registerPermanentMenuFactory(MenuFactory menuFactory)
void
MenuBarFactory. registerPermanentMenuFactory(MenuFactory menuFactory)
-
Uses of MenuFactory in jam.mac
Classes in jam.mac that implement MenuFactory Modifier and Type Class Description class
MacEditMenuFactory
class
MacFileMenuFactory
class
MacHelpMenuFactory
class
MacWindowMenuFactory
-