TabGroup tg1 = new TabGroup(folder,i18n.tr("Tabellarisch"));
TreePart tree = control.getTree();
tree.paint(tg1.getComposite());
final TabGroup tg2 = new TabGroup(folder,i18n.tr("Im Verlauf"));
UmsatzTypVerlauf chart = control.getChart();
chart.paint(tg2.getComposite());
}