List.deselect

Deselects the item at the given zero-relative index in the receiver. If the item at the index was already deselected, it remains deselected. Indices that are out of range are ignored.

@param index the index of the item to deselect

@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>

  1. void deselect(int index)
    class List
    void
    deselect
    (
    int index
    )
  2. void deselect(int start, int end)
  3. void deselect(int[] indices)

Meta