Combo.remove

Removes the item from the receiver's list at the given zero-relative index.

@param index the index for the item

@exception IllegalArgumentException <ul> <li>ERROR_INVALID_RANGE - if the index is not between 0 and the number of elements in the list minus 1 (inclusive)</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>

  1. void remove(int index)
    class Combo
    void
    remove
    (
    int index
    )
  2. void remove(int start, int end)
  3. void remove(String string)

Meta