You could also consider using a TreeBranch as your root node:

TreeBranch root = new TreeBranch();
treeData.setTreeData(root);

On Jun 7, 2011, at 3:59 AM, Edvin Syse wrote:

> 
> 
> Den 07.06.2011 09:58, skrev Chris Bartlett:
>> 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?
> That did it, I swapped out all the ugly code for getTreeData().update :)
> 
> -- Edvin

Reply via email to