doTypeSpecificConfiguration(type, section);
return section;
}
private void configureTree(IntegrationEntityTree tree) {
ProjectTreeConfiguration config = new ProjectTreeConfiguration(view);
config.configure(tree);
tree.setIntegrationEntityTreeRenderer(treeRenderer);
tree.setLineStyle(KongaTree.LineStyle.NONE);
tree.setRootVisible(false);
tree.setShowsRootHandles(true);
tree.setOpaque(false);