Sets the text attribute of the specified item.
public void setItemText( int index, String strText )
index
The zero-based index of the item.
strText
The new text for the item.
WFCInvalidArgumentException thrown if the index is outside the list's range.
See Also getItemText