Uses of Class
uk.org.ury.frontend.FrontendModulePanel

Packages that use FrontendModulePanel
uk.org.ury.frontend   
uk.org.ury.frontend.modules.library   
uk.org.ury.frontend.modules.menu   
uk.org.ury.frontend.modules.show   
 

Uses of FrontendModulePanel in uk.org.ury.frontend
 

Methods in uk.org.ury.frontend that return FrontendModulePanel
 FrontendModulePanel FrontendModule.runFrontend(FrontendMaster master)
          Begin execution of the frontend module.
 

Methods in uk.org.ury.frontend with parameters of type FrontendModulePanel
 void FrontendApplet.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend frame.
 void FrontendFrame.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend frame.
 void FrontendMaster.restoreModule(FrontendModulePanel mpanel, FrontendControlPanel cpanel)
          Restore an existing module and control panel into the frontend master.
 void FrontendControlPanel.setPanels(FrontendModulePanel parent, FrontendModulePanel child)
          Set the parent and child panels that this ControlPanel facilitates intercommunication.
 

Uses of FrontendModulePanel in uk.org.ury.frontend.modules.library
 

Subclasses of FrontendModulePanel in uk.org.ury.frontend.modules.library
 class LibraryViewerPanel
          Frontend panel providing access to an underlying library viewer.
 

Methods in uk.org.ury.frontend.modules.library that return FrontendModulePanel
 FrontendModulePanel LibraryViewer.runFrontend(FrontendMaster master)
          Runs the library viewer frontend.
 

Uses of FrontendModulePanel in uk.org.ury.frontend.modules.menu
 

Subclasses of FrontendModulePanel in uk.org.ury.frontend.modules.menu
 class DemoMenuPanel
           
 

Methods in uk.org.ury.frontend.modules.menu that return FrontendModulePanel
 FrontendModulePanel DemoMenu.runFrontend(FrontendMaster master)
          Run the demo menu in frontend mode.
 

Uses of FrontendModulePanel in uk.org.ury.frontend.modules.show
 

Subclasses of FrontendModulePanel in uk.org.ury.frontend.modules.show
 class ShowViewerPanel
          Frontend panel providing access to an underlying show viewer.
 

Methods in uk.org.ury.frontend.modules.show that return FrontendModulePanel
 FrontendModulePanel ShowViewer.runFrontend(FrontendMaster master)
          Run the library viewer frontend.