List.replaceItem

List.replaceItem

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void replaceItem( String newValue, int index )
Parameters
newValue
a new string to replace an existing item.
index
the position of the item to replace.
Description
Replaces the item at the specified index in the scrolling list with the new string.