Uses of Interface
org.jtheque.core.managers.update.Updatable

Packages that use Updatable
org.jtheque.core.managers.update Contains the update manager. 
org.jtheque.core.managers.view.able.components Specifications for the view components. 
org.jtheque.core.managers.view.able.update Specifications for the updates view. 
org.jtheque.core.managers.view.impl.components.model Contains the differents models. 
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 Updatable in org.jtheque.core.managers.update
 

Classes in org.jtheque.core.managers.update that implement Updatable
 class AbstractUpdatable
          An abstract updatable.
 

Methods in org.jtheque.core.managers.update that return types with arguments of type Updatable
 java.util.List<Updatable> UpdateManager.getUpdatables()
           
 java.util.List<Updatable> IUpdateManager.getUpdatables()
          Return all the updatables.
 

Methods in org.jtheque.core.managers.update with parameters of type Updatable
 void UpdateManager.registerUpdatable(Updatable updatable)
           
 void IUpdateManager.registerUpdatable(Updatable updatable)
          Register a new updatable.
 void UpdateManager.update(Updatable updatable, org.jtheque.utils.bean.Version versionToDownload)
           
 void IUpdateManager.update(Updatable updatable, org.jtheque.utils.bean.Version versionToDownload)
          Update the updatable with specific version.
 

Uses of Updatable in org.jtheque.core.managers.view.able.components
 

Methods in org.jtheque.core.managers.view.able.components that return Updatable
 Updatable IUpdatablesPanelView.getSelectedUpdatable()
          Return the selected updatable.
 

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

Methods in org.jtheque.core.managers.view.able.update that return Updatable
 Updatable IModuleView.getSelectedUpdatable()
          Return the selected updatable.
 Updatable IUpdateView.getUpdatable()
          Return the current updatable.
 

Uses of Updatable in org.jtheque.core.managers.view.impl.components.model
 

Methods in org.jtheque.core.managers.view.impl.components.model with parameters of type Updatable
 void VersionsComboBoxModel.loadUpdatableVersions(Updatable value)
          Load module versions into the model.
 

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

Methods in org.jtheque.core.managers.view.impl.components.panel that return Updatable
 Updatable UpdatablesPanel.getSelectedUpdatable()
           
 

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

Methods in org.jtheque.core.managers.view.impl.frame that return Updatable
 Updatable ModuleView.getSelectedUpdatable()
           
 Updatable UpdateView.getUpdatable()
           
 



Copyright © 2009 JTheque. All Rights Reserved.