|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SpeechItemListInterface
| Method Summary | |
|---|---|
void |
addFullItem(SpeechItem item)
Adds an SpeechItem to the List. |
void |
addItem(String id)
Adds an empty Item to the List, to prepare all Items in the List with content use prepareItemList |
int |
getEye()
|
String |
getEyedItemContent()
|
SpeechItem |
getItem(int pos)
|
String |
getItemTitle(int pos)
|
LinkedList |
getList()
|
void |
nextItem()
Set the Eye to the next Item, if the actual eyed Item is not the last in List. |
void |
prepareList(PresentationTool presentTool)
when the list is complete, the prepareList function computes the titles, content and type of the items in the list. |
void |
prevItem()
Set the Eye to the previous Item, if the actual eyed Item is not the first in the List. |
void |
setEye(int pos)
Set the Eye-position to pos. |
int |
size()
|
| Method Detail |
|---|
void addItem(String id)
id - -
The itemId of the itemvoid prepareList(PresentationTool presentTool)
presentTool - -
the Presentationtool to get the transformerString getItemTitle(int pos)
pos - -
Position of the Item in the List
int size()
LinkedList getList()
SpeechItem getItem(int pos)
pos - -
The position of the Item in the List
void addFullItem(SpeechItem item)
item - -
The SpeechItem which should be added.void setEye(int pos)
pos - int getEye()
String getEyedItemContent()
void nextItem()
void prevItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||