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

All Superinterfaces:
IView, WaitableView
All Known Implementing Classes:
UpdateView

public interface IUpdateView
extends IView, WaitableView

An update view specification.

Author:
Baptiste Wicht

Nested Class Summary
static class IUpdateView.Mode
          The mode of the update view.
 
Method Summary
 IUpdateView.Mode getMode()
          Return the current mode of the view.
 ModuleContainer getModule()
          Return the current module.
 org.jtheque.utils.bean.Version getSelectedVersion()
          Return the selected version.
 Updatable getUpdatable()
          Return the current updatable.
 
Methods inherited from interface org.jtheque.core.managers.view.able.IView
build, closeDown, display, getImpl, getModel, isEnabled, refresh, sendMessage, setEnabled, setModel, toFirstPlan, validateContent
 
Methods inherited from interface org.jtheque.core.managers.view.able.WaitableView
startWait, stopWait
 

Method Detail

getMode

IUpdateView.Mode getMode()
Return the current mode of the view.

Returns:
The current mode of the view.

getSelectedVersion

org.jtheque.utils.bean.Version getSelectedVersion()
Return the selected version.

Returns:
The selected version.

getModule

ModuleContainer getModule()
Return the current module.

Returns:
The current module.

getUpdatable

Updatable getUpdatable()
Return the current updatable.

Returns:
The current updatable.


Copyright © 2009 JTheque. All Rights Reserved.