File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes SWT Editable table with Listener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "SWT Editable table with Listener" Watch "SWT Editable table with Listener" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SWT Editable table with Listener
 
Similar Threads
Adding grids in MapBacked form
edit a cell of a table
POJO object to Editable HTML tables and back
Is there a way to get an absolute row id for a JTable model
jsf table binding attribute help needed