}));
// update ui
this.view.updateUI();
// create and send event (opening of new aif)
if(this.parameter != null && this.parameter.userInterface != null) {
UIEventOpenNewAIF event = new UIEventOpenNewAIF(tabId, fullFileName, shortFileName);
this.parameter.userInterface.addEvent(event);
}
return(tabId);
}