I found out if you editing a TableViewer cell without hit the Enter or Tab key. Then the new cell value won't take effect. For example, a table cell value is "abc" and you change it to "xyz". Then when you read that table cell value, it still "abc". You MUST hit the Enter or Tab key, then you will get that table cell value as "xyz".
How can I force that table cell value as "xyz" WITHOUT hit the Enter or Tab key?
Thanks very much in advance!