/****************************************
* !ToDo (Constructor description)
***************************************/
public JMeterTreeModel()
{
super(new JMeterTreeNode(new NamePanel(), null));
this.insertNodeInto(new JMeterTreeNode(new TestPlanGui(), this),
(JMeterTreeNode)getRoot(), 0);
this.insertNodeInto(new JMeterTreeNode(new WorkBenchGui(), this),
(JMeterTreeNode)getRoot(), 1);
}