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

Packages that use FrontendModulePanel
uk.org.ury.frontend   
uk.org.ury.library.viewer   
uk.org.ury.show.viewer   
uk.org.ury.testrig   
 

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.library.viewer
 

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

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

Uses of FrontendModulePanel in uk.org.ury.show.viewer
 

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

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

Uses of FrontendModulePanel in uk.org.ury.testrig
 

Subclasses of FrontendModulePanel in uk.org.ury.testrig
 class DemoMenuPanel
           
 

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