Sets the tabbing order for the specified controls to
match the order that they occur in the argument list.
@param tabList the ordered list of controls representing the tab order or null
@exception IllegalArgumentException <ul>
<li>ERROR_INVALID_ARGUMENT - if a widget in the tabList is null or has been disposed</li>
<li>ERROR_INVALID_PARENT - if widget in the tabList is not in the same widget tree</li>
</ul>
@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>
Sets the tabbing order for the specified controls to match the order that they occur in the argument list.
@param tabList the ordered list of controls representing the tab order or null
@exception IllegalArgumentException <ul> <li>ERROR_INVALID_ARGUMENT - if a widget in the tabList is null or has been disposed</li> <li>ERROR_INVALID_PARENT - if widget in the tabList is not in the same widget tree</li> </ul> @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>