Project

General

Profile

« Previous | Next » 

Revision 78222507

Added by Niels Hoffmann over 12 years ago

refactoring of package names for consistency

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/agent/TeamOrPersonBaseDetailSection.java
17 17
import eu.etaxonomy.cdm.model.agent.Person;
18 18
import eu.etaxonomy.cdm.model.agent.Team;
19 19
import eu.etaxonomy.cdm.model.agent.TeamOrPersonBase;
20
import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory;
21
import eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement;
22
import eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory.DetailType;
20
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
21
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
22
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory.DetailType;
23 23
import eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailSection;
24 24

  
25 25
/**
......
37 37
	/**
38 38
	 * <p>Constructor for TeamOrPersonBaseDetailSection.</p>
39 39
	 *
40
	 * @param cdmFormFactory a {@link eu.etaxonomy.taxeditor.ui.forms.CdmFormFactory} object.
40
	 * @param cdmFormFactory a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory} object.
41 41
	 * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
42
	 * @param parentElement a {@link eu.etaxonomy.taxeditor.ui.forms.ICdmFormElement} object.
42
	 * @param parentElement a {@link eu.etaxonomy.taxeditor.ui.element.ICdmFormElement} object.
43 43
	 * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
44 44
	 * @param style a int.
45 45
	 */

Also available in: Unified diff