* @return the created Part
*/
protected TitlePart addTitlePart(final FactorTable factorTable,
final Composite composite) {
TitlePart part = buildTitlePart(composite);
setTitlePartValues(factorTable, part);
setTitlePartListener(factorTable, part);
return part;
}