-- Edvin
Updating a node that has a parent, even changing it from a TreeNode to a
BranchNode is trivial via det node.getParent().update() method. But when
a node is at the root of the hierarchy, I don't have a parent to call
update on. I guess I need to invoke some listener on the TreeView
itselv, but how? :)
- How do I update a node in a TreeView when it has no parent? Edvin Syse
- Re: How do I update a node in a TreeView when it has n... Edvin Syse
- Re: How do I update a node in a TreeView when it h... Chris Bartlett
- Re: How do I update a node in a TreeView when ... Edvin Syse
- Re: How do I update a node in a TreeView w... Chris Bartlett
- Re: How do I update a node in a TreeV... Edvin Syse
- Re: How do I update a node in a T... Greg Brown
- Re: How do I update a node in a TreeView when it has n... Chris Bartlett
