List.isIndexSelected

List.isIndexSelected

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean isIndexSelected( int index )
Parameters
index
the item to be checked.
Returns
true if the specified item has been selected; false otherwise.
Description
Determines if the specified item in this scrolling list is selected.

See Also
select, deselect