TableTreeItem.setImage

Sets the first image. <p> The image can be null. The image in column 0 is reserved for the [+] and [-] images of the tree, therefore do nothing.

@param image the new image or null

@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 setImage(int index, Image image)
  2. void setImage(Image image)
    class TableTreeItem
    override
    void
    setImage

Meta