"Title Cache", entity.getTitleCache(),
entity.isProtectedTitleCache(), style);
- checkbox_doubtful = formFactory.createCheckbox(formElement,
- "Is doubtful", entity.isDoubtful(), style);
- checkbox_useNameCache = formFactory.createCheckbox(formElement,
- "Exclude Authorship", entity.isUseNameCache(), style);
selection_secundum = (ReferenceSelectionElement) formFactory
- .createSelectionElement(SelectionType.REFERENCE,
- getConversationHolder(), formElement, "Secundum",
- entity.getSec(), ReferenceSelectionElement.DEFAULT,
- style);
+ .createSelectionElement(SelectionType.REFERENCE,
+ getConversationHolder(), formElement, "Secundum",
+ entity.getSec(), ReferenceSelectionElement.DEFAULT,
+ style);
+
text_appendedPhrase = formFactory.createTextWithLabelElement(
formElement, "Appended Phrase", entity.getAppendedPhrase(),
SWT.NULL);
-
+ checkbox_useNameCache = formFactory.createCheckbox(formElement,
+ "Exclude Authorship", entity.isUseNameCache(), style);
+
if (entity instanceof Taxon) {
checkbox_excluded = formFactory.createCheckbox(formElement,
- "Is excluded", ((Taxon) entity).isExcluded(), style);
+ "Taxon is excluded", ((Taxon) entity).isExcluded(), style);
checkbox_unplaced = formFactory.createCheckbox(formElement,
- "Is unplaced", ((Taxon) entity).isUnplaced(), style);
+ "Taxon is unplaced", ((Taxon) entity).isUnplaced(), style);
}
+
+ checkbox_doubtful = formFactory.createCheckbox(formElement,
+ entity.getClass().getSimpleName() + " is doubtful", entity.isDoubtful(), style);
}
/** {@inheritDoc} */