netWindow.getPnCompilationPane().getEvidenceTree().updateTree(false);
netWindow.getGraphPane().update();
}
});
PNCompilationPane ret = netWindow.getNetWindowCompilation();
final INetworkMediator mediatorRef = mediator;
ret.getEditMode().addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
mediatorRef.getScreen().changeToPNEditionPane();
}
});
return ret;