textEffigy = TextEffigy.newTextEffigy(effigy,
((StringAttribute) attribute).getExpression());
}
// textEffigy may already have a tableau.
Iterator tableaux = textEffigy.entityList(TextEditorTableau.class)
.iterator();
if (tableaux.hasNext()) {
return (TextEditorTableau) tableaux.next();
}