Project

General

Profile

« Previous | Next » 

Revision afb8223a

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/TimePeriodElementBase.java
1
/**
2
* Copyright (C) 2018 EDIT
3
* European Distributed Institute of Taxonomy
4
* http://www.e-taxonomy.eu
5
*
6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7
* See LICENSE.TXT at the top of this package for the full license terms.
8
*/
1 9
package eu.etaxonomy.taxeditor.ui.element;
2 10

  
3 11
import org.eclipse.jface.util.PropertyChangeEvent;
......
15 23
    protected DateDetailSection<T> section_dateDetails;
16 24

  
17 25
	/**
18
	 * <p>
19 26
	 * Constructor for TimePeriodElement.
20
	 * </p>
21
	 *
22
	 * @param style
23
	 *            a int.
24
	 * @param formFactory
25
	 *            a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory}
26
	 *            object.
27
	 * @param parentElement
28
	 *            a {@link eu.etaxonomy.taxeditor.ui.element.ICdmFormElement}
29
	 *            object.
30
	 * @param labelString
31
	 *            a {@link java.lang.String} object.
32
	 * @param timePeriod
33
	 *            a {@link eu.etaxonomy.cdm.model.common.TimePeriod} object.
34 27
	 */
35 28
	public TimePeriodElementBase(CdmFormFactory formFactory,
36 29
			ICdmFormElement parentElement, String labelString,

Also available in: Unified diff