indPortlet.setHeight(390);
return indPortlet;
}
protected ClassTreePortlet createClassTreePortlet(boolean allClasses) {
EntityData topCls = allClasses ? null : UIUtil.getFirstItem(clses);
ClassTreePortlet clsPortlet = new ClassTreePortlet(project, true, true, true, allowMultipleSelection, topCls == null ? null : topCls.getName());
clsPortlet.setDraggable(false);
clsPortlet.setClosable(false);
clsPortlet.setCollapsible(false);
clsPortlet.setHeight(390);
clsPortlet.setWidth(375);