protected void addChildrenPanel() {
DcModule module = DcModules.get(moduleIdx);
DcModule childModule = module.getChild();
if (childModule != null) {
IChildModule m = (IChildModule) childModule;
childView = m.getItemView(dco, childModule.getIndex(), !update);
childView.hideDialogActions(true);
tabbedPane.addTab(childModule.getObjectNamePlural(), childModule.getIcon16(), childView.getContentPane());
}
}