private IEditor parentEditor = null;
public GraphTreeModel(IEditor currentEditor)
{
super(new NetInfo(currentEditor.getGraph().getModel().toString()));
parentEditor = currentEditor;
PopulateNode((NetInfo)getRoot(),
parentEditor.getModelProcessor().getElementContainer());
reload();
}