| Author |
SWT Editable table with Listener
|
Suraj Joshi
Greenhorn
Joined: Jun 07, 2010
Posts: 1
|
|
|
Hello, I have created an editable table in SWT using 'TableEditor' . Each row in the table represents an Object, say Address object. I now want to add a propertyChangeListener to this table so that whenever I update any cell of a row, the corresponding object is automatically updated. Is this possible ? Kindly help. Note that each row is a different Address Object, so essentially I have a list of Address Objects to update.
|
 |
 |
|
|
subject: SWT Editable table with Listener
|
|
|