29303132333435
this.tree.setRowHeight(20); this.tree.expandAll(); } public RequiredObjectsTreeUi(IntegrationEntity startPoint, ProjectDependencies deps) { this(new RequiredObjectsTree(deps, startPoint)); }