I have a TableViewer in a view of my RCP application. The TableViewer has a List of objects as input. Is it possible to make a selection for a particular object using the index of the object in the List that I set as input to the TableViewer? For example, I want to set a default selection to the third object every time I open my application. How do I set that selection?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Found the answer!
Thanks to http://andy.ekiwi.de/?p=1040. |
|||
|
|