Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Refresh issue with tableviewer(Refresh issue with tableviewer)
Refresh issue with tableviewer [message #755754] Wed, 09 November 2011 13:53
jjtb somhorst is currently offline jjtb somhorstFriend
Messages: 5
Registered: July 2009
Junior Member
At the moment I'm struggling with the refreshing of my table. I have a viewpart with some buttons and a table. When I change the value of a column in my table I'm calling an job at the backend to recalculate some data in my model.

When the job is done recalculating it refreshes my table to retrieve the recalculated data. Users commented that whenever they are editing a cell in the tableviewer and the job calls the refresh of the tabel their changes are lost. This is obvious since the refresh causes the current active editors to invalidate.

Is there a way to retrieve the current active cell editor and to add a listener to it so that I can refresh the table AFTER the user leaves the active cell editor?
Previous Topic:TreeViewerEditor: Multi select / column width?
Next Topic:How to add new data to ComboViewer
Goto Forum:
  


Current Time: Fri Apr 19 22:03:53 GMT 2024

Powered by FUDForum. Page generated in 0.02928 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top