org.jtheque.core.managers.view.able.update
Interface IModuleView

All Superinterfaces:
IView
All Known Implementing Classes:
ModuleView

public interface IModuleView
extends IView

Author:
Baptiste Wicht

Method Summary
 ModuleContainer getSelectedModule()
          Return the selected module.
 Updatable getSelectedUpdatable()
          Return the selected updatable.
 void refreshList()
          Refresh the list.
 
Methods inherited from interface org.jtheque.core.managers.view.able.IView
build, closeDown, display, getImpl, getModel, isEnabled, refresh, sendMessage, setEnabled, setModel, toFirstPlan, validateContent
 

Method Detail

getSelectedModule

ModuleContainer getSelectedModule()
Return the selected module.

Returns:
The selected module.

getSelectedUpdatable

Updatable getSelectedUpdatable()
Return the selected updatable.

Returns:
The selected updatable.

refreshList

void refreshList()
Refresh the list.



Copyright © 2009 JTheque. All Rights Reserved.