TableCursor.setSelection

Positions the TableCursor over the cell at the given row and column in the parent table.

@param row the TableItem of the row for the cell to select @param column the index of column for the cell to select

@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 setSelection(int row, int column)
  2. void setSelection(TableItem row, int column)
    class TableCursor
    void
    setSelection

Meta