*/
public DTabImpl(OLATResourceable ores, String title, WindowControl wOrigControl) {
this.ores = ores;
this.title = title;
//Root the JumpInPath - typically all resources are opened in tabs
StackedBusinessControl businessControl = new StackedBusinessControl(null, wOrigControl.getBusinessControl());
this.wControl = BusinessControlFactory.getInstance().createBusinessWindowControl(businessControl, wOrigControl);
//TODO:fj:c calculate truncation depending on how many tabs are already open
String typeName = ores.getResourceableTypeName();
String shortTitle = title;