Uses of Interface
uk.org.ury.frontend.FrontendModule

Packages that use FrontendModule
uk.org.ury.frontend The URY reference frontend implementation. 
uk.org.ury.frontend.modules.library   
uk.org.ury.frontend.modules.menu   
uk.org.ury.frontend.modules.show   
 

Uses of FrontendModule in uk.org.ury.frontend
 

Classes in uk.org.ury.frontend that implement FrontendModule
 class AbstractFrontendModule
          An abstract implementation of the FrontendModule interface.
 

Methods in uk.org.ury.frontend that return FrontendModule
 FrontendModule FrontendModulePanel.getModule()
          Retrieve the module that this panel is serving as a view into.
 

Constructors in uk.org.ury.frontend with parameters of type FrontendModule
FrontendModulePanel(FrontendModule module, FrontendMaster master)
          Construct a new, blank FrontendModulePanel.
FrontendModulePanel(FrontendModule module, java.lang.String xmlPath, FrontendMaster master)
          Construct a FrontendModulePanel using an XML layout manifest.
 

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

Classes in uk.org.ury.frontend.modules.library that implement FrontendModule
 class LibraryViewer
          Module for investigating the track library.
 

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

Classes in uk.org.ury.frontend.modules.menu that implement FrontendModule
 class DemoMenu
          Application frontend, for testing early-stage frontend code.
 

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

Classes in uk.org.ury.frontend.modules.show that implement FrontendModule
 class ShowViewer
          Frontend module for viewing show details.