Surrey's suggestion is probably the best way. We could modify tree2 to make it part of the official tree2 but that might be too restrictive for other users. Its best to leave it open ended and allow the user to provide their own implementation.
sean ps. Tree2 summit is now underway on the dev list On 7/25/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Yeah. I'll probably make it so that when you call > myParent.getChildren().add(myNode) , it automatically passes myParent to the > setParent method of myNode. If you call setParent, it'll also insure that > the child in in the collection returned by myParent.getChildren(). > > Dennis Byrne >

