Project

General

Profile

« Previous | Next » 

Revision e5488fb6

Added by Lutz Suhrbier over 12 years ago

Single Sourced CdmFormFactory markFinished Problem

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/PointElement.java
16 16

  
17 17
import eu.etaxonomy.cdm.model.location.Point;
18 18
import eu.etaxonomy.taxeditor.preference.Resources;
19
import eu.etaxonomy.taxeditor.singlesource.ui.forms.CdmFormFactoryFacade;
19 20
import eu.etaxonomy.taxeditor.singlesource.ui.forms.NumberWithLabelElementFacade;
20 21
import eu.etaxonomy.taxeditor.singlesource.ui.forms.TextWithLabelElementFacade;
21
import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory.TermComboType;
22
import eu.etaxonomy.taxeditor.singlesource.ui.forms.CdmFormFactoryFacade.TermComboType;
22 23
import eu.etaxonomy.taxeditor.ui.term.ReferenceSystemComboElement;
23 24

  
24 25
/**
......
50 51
	 * </p>
51 52
	 * 
52 53
	 * @param formFactory
53
	 *            a {@link eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory}
54
	 *            a {@link eu.etaxonomy.taxeditor.singlesource.ui.forms.CdmFormFactoryFacade}
54 55
	 *            object.
55 56
	 * @param formElement
56 57
	 *            a {@link eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement}
......
60 61
	 * @param style
61 62
	 *            a int.
62 63
	 */
63
	public PointElement(CdmFormFactory formFactory,
64
	public PointElement(CdmFormFactoryFacade formFactory,
64 65
			ICdmFormElement formElement, Point point, final int style) {
65 66
		super(formFactory, formElement);
66 67

  

Also available in: Unified diff