<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4611.1300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><FONT face=Arial size=2>Hi to every one</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am attaching JDOM based TreeModel which is 
capable of all tree functionalities.&nbsp; I am also attaching a sample Tree 
example which will be using my tree model.&nbsp; The main features of the tree 
model are</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>1) Entirely build around JDOM Element 
object</FONT></DIV>
<DIV><FONT face=Arial size=2>2) Has all capabilities of insert/delete operations 
of the tree node</FONT></DIV>
<DIV><FONT face=Arial size=2>3) Has Undo/Redo capabilities.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am not attaching my full fledged tree application 
which I build based on the treemodel because its very huge and lots of classes 
are involved in it.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Details of the attached files are</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>TrdDOMTreeModel.java - The main heart the total 
TreeModel class</FONT></DIV>
<DIV><FONT face=Arial size=2>TrdTreeCellRenderer.java - Extends the 
DefaultTreeCellRenderer.&nbsp; This class is just to override the behaviour of 
convertValueToText method in tree</FONT></DIV>
<DIV><FONT face=Arial size=2>UndoableTreeEdit.java - Support for Undo/Redo 
actions</FONT></DIV>
<DIV><FONT face=Arial size=2>TreePanel.java - Example Tree app which uses the 
Treemodel</FONT></DIV>
<DIV><FONT face=Arial size=2>InsertDialog.java - Part of the above sample 
app.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would like to contribute the code of TreeModel to 
the examples of the JDOM.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>