Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Unable to retrieve the modified cell value in the Table Viewer
Unable to retrieve the modified cell value in the Table Viewer [message #712684] Sun, 07 August 2011 15:54 Go to next message
kollegekid11 is currently offline kollegekid11Friend
Messages: 2
Registered: August 2011
Junior Member
Reposted on the JFace forum: www.eclipse.org/forums/index.php/t/233541/


Thanks!

[Updated on: Mon, 08 August 2011 02:07]

Report message to a moderator

Re: Unable to retrieve the modified cell value in the Table Viewer [message #714781 is a reply to message #712684] Thu, 11 August 2011 13:23 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
TableViewer is part of jface, so you may get more assistance if you ask
on the eclipse.platform.jface newsgroup.

FWIW here are some swt-only snippets that demonstrate editing Table
values. I don't know if these would be of any help to you.

-
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet88.java
-
http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet124.java

Grant


On 8/7/2011 11:54 AM, kollegekid11 wrote:
> Hello All,
>
> First of all I apologize if this is not the right place of posting this.
> I have never used SWT/JFace before.
> I have a table viewer and I am trying to modify an existing cell value
> and then save it. The issue which I am facing is that I am able to
> modify the value in the cell but when I try to save it, the cell's old
> value is retrieved. I am not sure if there is any event associated with
> modifying a cell value which I need to trigger or is there something
> else which I am missing? Any suggestions/ideas will be greatly appreciated.
>
> Thanks.
Previous Topic:(no subject)
Next Topic:(no subject)
Goto Forum:
  


Current Time: Fri Apr 26 02:19:35 GMT 2024

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

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

Back to the top