Re: How to update a CellTree after the model changes?

2010-11-08 Thread Ed Merks
nt it to be a > leaf node, you have to refresh the node using the same method above. > > Thanks, > John LaBanca > jlaba...@google.com > > On Mon, Nov 8, 2010 at 11:53 AM, Ed Merks wrote: > > I'm having a hard time understanding how I can update things like the > &g

How to update a CellTree after the model changes?

2010-11-08 Thread Ed Merks
I'm having a hard time understanding how I can update things like the label of a node in the cell tree when I know its value has changed in the model being viewed. Right now I have a rather brute force approach: I update the entire set of children for the parent by calling AbstractDataProvider.upda

Eclipse Modeling Framework (EMF) port to GWT

2010-06-02 Thread Ed Merks
I'm busy refining EMF's support for GWT: http://wiki.eclipse.org/EMF/New_and_Noteworthy/Helios#Support_for_Google_Web_Toolkit_.28GWT.29 One of the problems I have is that I need to support converting date instances to and from a string representation, in particular, one that conforms to XMLSch