*/
protected void doBuild()
{
super.doBuild();
bodyComposite.setLayout(new GridLayout(1, true));
graph = new DependencyGraph(bodyComposite, SWT.NONE, accessLayer);
if( model instanceof Trace) graph.buildFromTrace((Trace)model);
else graph.buildForModel(model, project, true, true);
}