I have a SWT Tree, and I want to set the cursor to a particular cell of that SWT Tree.
I have access of TreeViewer.
The screenshot below shows the cursor at column 1. I did it manually, but I want to do it programatically.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at
TreeViewer#editElement(Object element, int column).Where
elementis the model element andcolumnthe column in your table.The Javadoc states: