org.jtheque.primary.view.able
Interface IChoiceView

All Superinterfaces:
org.jtheque.core.managers.view.able.IView, org.jtheque.core.managers.view.ViewComponent
All Known Implementing Classes:
ChoiceView

public interface IChoiceView
extends org.jtheque.core.managers.view.able.IView

Represents a generic view in which we can do a choice.

Author:
Baptiste Wicht

Method Summary
 void display(String content)
          Display the choice view for a specific content.
 Data getSelectedItem()
          Return the selected item in the interface.
 
Methods inherited from interface org.jtheque.core.managers.view.able.IView
closeDown, display, getModel, isEnabled, refresh, sendMessage, setEnabled, toFirstPlan, validateContent
 
Methods inherited from interface org.jtheque.core.managers.view.ViewComponent
getImpl
 

Method Detail

display

void display(String content)
Display the choice view for a specific content.

Parameters:
content - The content

getSelectedItem

Data getSelectedItem()
Return the selected item in the interface.

Returns:
The selected item.


Copyright © 2010 JTheque. All Rights Reserved.