Selects an item with text that starts with specified String.
<p>
If the item is not currently selected, it is selected.
If the item at an index is selected, it remains selected.
If the string is not matched, it is ignored.
*
@param string the text of the item
*
@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>
Selects an item with text that starts with specified String. <p> If the item is not currently selected, it is selected. If the item at an index is selected, it remains selected. If the string is not matched, it is ignored. * @param string the text of the item * @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>