CTabFolder.setSelection

Set the selection to the tab at the specified item.

@param item the tab item to be selected

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the item is null</li> </ul>

@exception SWTException <ul> <li>ERROR_THREAD_INVALID_ACCESS when called from the wrong thread</li> <li>ERROR_WIDGET_DISPOSED when the widget has been disposed</li> </ul>

  1. void setSelection(CTabItem item)
    class CTabFolder
    void
    setSelection
  2. void setSelection(int index)

Meta