List.deselect

List.deselect

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized void deselect( int index )
Parameters
index
the position of the item to deselect.
Description
Deselects the item at the specified index.

If the item at the specified index is not selected, or if the index is out of range, then the operation is ignored.

See Also
select, getSelectedItem, isIndexSelected