No problem. Does that sort out your problem, or do you still have to manually notify the listeners in order to get the behaviour you want?
On 7 June 2011 14:55, Edvin Syse <[email protected]> wrote: > Den 07.06.2011 09:50, skrev Chris Bartlett: > > (I didn't see your replay until after I sent my reply) >> >> Do you need to perform separate remove and insert calls? >> Why not just getTreeData().update(idx, newNode); >> >> Or are you saying that there are events not being fired? >> > Hehe.. nice :) That's just what I was looking for. I saw getTreeData() > returned a List and though java.util.List in my head. Haven't gotten used to > the super-powerful collections in Pivot :) Thank you so much :) > > -- Edvin >
