Re: [dom4j-user] Adding items to a DocumentTreeModel

2004-05-21 Thread Maarten Coene
Hi Andreas, I think you should extend the org.dom4j.swing.LeafTreeNode and org.dom4j.swing.BranchTreeNode so that they implement the javax.swing.tree.MutableTreeNode interface. You should take a look at the Java Tutorial: http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html#dynam

[dom4j-user] Adding items to a DocumentTreeModel

2004-05-20 Thread a Punkt heigl at web Punkt de
Hi everyone Is there an easy way of adding new LeafTreeNodes or BranchTreeNodes to a DocumentTreeModel? Has anyone succeded in doing so and is willing of getting me some help? I try to write an XMLEditor (ok, that IS inventing the weel another time) that uses a DTD to create a new XML-Document f