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

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

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

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

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

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

Uses of FrontendModule in uk.org.ury.testrig
 

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