TableItem.setImage

Sets the image for multiple columns in the table.

@param images the array of new images

@exception IllegalArgumentException <ul> <li>ERROR_INVALID_ARGUMENT - if one of the images has been disposed</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 setImage(int index, Image image)
  2. void setImage(Image[] images)
    class TableItem
    void
    setImage

Meta