if (!isFirst) {
model.addElement(" ");
}
type = e.getEntityType();
String s = type.getPlural() + ":";
model.addElement(new BoldTextListDecorator(s, font));
}
boolean willBeDeleted = dependencies.willBeDeleted(e);
model.addElement(new EntityListItem(e, willBeDeleted));
if (willBeDeleted) {
atLeastOneDependantWillBeDeleted = true;