Uses of Class
jam.framework.AbstractFrame
-
Packages that use AbstractFrame Package Description jam.console jam.demo jam.demo.menus jam.framework jam.mac -
-
Uses of AbstractFrame in jam.console
Subclasses of AbstractFrame in jam.console Modifier and Type Class Description classConsoleFrame -
Uses of AbstractFrame in jam.demo
Subclasses of AbstractFrame in jam.demo Modifier and Type Class Description classDemoFrame -
Uses of AbstractFrame in jam.demo.menus
Methods in jam.demo.menus with parameters of type AbstractFrame Modifier and Type Method Description voidDemoMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame) -
Uses of AbstractFrame in jam.framework
Subclasses of AbstractFrame in jam.framework Modifier and Type Class Description classAboutBoxclassAuxilaryFrameclassDocumentFrameMethods in jam.framework with parameters of type AbstractFrame Modifier and Type Method Description voidDefaultEditMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)voidDefaultFileMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)voidDefaultHelpMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)voidMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)This method should populate the menu with menu items.voidDefaultMenuBarFactory. populateMenuBar(javax.swing.JMenuBar menuBar, AbstractFrame frame)voidMenuBarFactory. populateMenuBar(javax.swing.JMenuBar menuBar, AbstractFrame frame) -
Uses of AbstractFrame in jam.mac
Methods in jam.mac with parameters of type AbstractFrame Modifier and Type Method Description voidMacEditMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)voidMacFileMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)voidMacHelpMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)voidMacWindowMenuFactory. populateMenu(javax.swing.JMenu menu, AbstractFrame frame)
-