Uses of Class
org.jtheque.core.managers.update.repository.ModuleDescription

Packages that use ModuleDescription
org.jtheque.core.managers.module Contains the manager responsible for the management of the different modules. 
org.jtheque.core.managers.update.repository Contains the different versions for the update management. 
org.jtheque.core.managers.view.able.update Specifications for the updates view. 
org.jtheque.core.managers.view.impl.components.panel Contains the panel components. 
org.jtheque.core.managers.view.impl.frame Contains the frames of the application. 
 

Uses of ModuleDescription in org.jtheque.core.managers.module
 

Methods in org.jtheque.core.managers.module that return types with arguments of type ModuleDescription
 java.util.List<ModuleDescription> ModuleManager.getModulesFromRepository()
           
 java.util.List<ModuleDescription> IModuleManager.getModulesFromRepository()
          Return all the modules of the application repository.
 

Uses of ModuleDescription in org.jtheque.core.managers.update.repository
 

Methods in org.jtheque.core.managers.update.repository that return types with arguments of type ModuleDescription
 java.util.List<ModuleDescription> Repository.getModules()
          Return all the modules of the repository.
 

Uses of ModuleDescription in org.jtheque.core.managers.view.able.update
 

Methods in org.jtheque.core.managers.view.able.update that return ModuleDescription
 ModuleDescription IRepositoryView.getSelectedModule()
          Return the selected module.
 

Uses of ModuleDescription in org.jtheque.core.managers.view.impl.components.panel
 

Constructors in org.jtheque.core.managers.view.impl.components.panel with parameters of type ModuleDescription
ModuleVersionsPanel(ModuleDescription description)
          Construct a new ModuleVersionsPanel.
 

Uses of ModuleDescription in org.jtheque.core.managers.view.impl.frame
 

Methods in org.jtheque.core.managers.view.impl.frame that return ModuleDescription
 ModuleDescription RepositoryView.getSelectedModule()
           
 



Copyright © 2009 JTheque. All Rights Reserved.