* a <code>DeployedEntityDescriptor</code> representing the integration project
* that was deployed.
* @return a tree representation of the deployed data.
*/
public KongaTree newTree(DeployedEntityDescriptor project) {
KongaTree tree = new KongaTree(newModel(project));
tree.setCellRenderer(new TreeNodeDecorRenderer());
return tree;
}