Allows you to replace the item at the specified position in the list box.
public final void setItem( int index, Object item )
index
The zero-based index of the item you want to replace.
item
The new item that you want insert in the place of the item currently at the specified position.
WFCInvalidArgumentException thrown if the specified index is not valid.
See Also getItem