// JP opened flex table

Click to See Complete Forum and Search --> : Custom TreeModel


hitai
May 12th, 2008, 03:30 AM
I`ve created a custum tree model by implementing the TreeModel interface. I use an ArrayList to store the nodes of the tree. So far the tree loads properly. However when i add nodes to the TreeModel by adding nodes to the ArrayList, the tree does not show the newly added child nodes. When i add a new node to the ArrayList, I did fire the treeNodesInserted event on all TreeModelListeners added to my TreeModel. Does anyone hav any idea as to wat might be the problem?

//JP added flex table