Project

General

Profile

« Previous | Next » 

Revision 23783f7a

Added by Niels Hoffmann about 12 years ago

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/agent/InstitutionWizardPage.java
16 16
import eu.etaxonomy.cdm.model.agent.Institution;
17 17
import eu.etaxonomy.taxeditor.ui.element.AbstractCdmEntityWizardPage;
18 18
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
19
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
20 19
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory.DetailType;
20
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
21 21
import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailElement;
22 22

  
23 23
/**
......
46 46
	 * (eu.etaxonomy.taxeditor.forms.ICdmFormElement)
47 47
	 */
48 48
	@Override
49
	public AbstractCdmDetailElement createElement(ICdmFormElement rootElement) {
49
	public AbstractCdmDetailElement<Institution> createElement(ICdmFormElement rootElement) {
50 50
		InstitutionDetailElement detailElement = (InstitutionDetailElement) formFactory
51 51
				.createCdmDetailElement(DetailType.INSTITUTION, rootElement,
52 52
						SWT.NULL);

Also available in: Unified diff