TableTreeItem.setText

Sets the widget text. <p>

The widget text for an item is the label of the item or the label of the text specified by a column number.

@param index the column number @param text the new text

@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 setText(int index, String text)
    class TableTreeItem
    void
    setText
    (
    int index
    ,
    String text
    )
  2. void setText(String string)

Meta