Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/forms/term/NomenclaturalStatusTypeComboElement.java
18 18
import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
19 19

  
20 20
/**
21
 * <p>NomenclaturalStatusTypeComboElement class.</p>
22
 *
21 23
 * @author n.hoffmann
22 24
 * @created Nov 5, 2009
23 25
 * @version 1.0
......
28 30
	private static final int VISIBLE_ITEMS = 10;
29 31
	
30 32
	/**
31
	 * @param parent
32
	 * @param labelString
33
	 * @param selection
34
	 * @param listener
35
	 * @param visibleItems
36
	 * @param style
33
	 * <p>Constructor for NomenclaturalStatusTypeComboElement.</p>
34
	 *
35
	 * @param labelString a {@link java.lang.String} object.
36
	 * @param selection a {@link eu.etaxonomy.cdm.model.name.NomenclaturalStatusType} object.
37
	 * @param style a int.
38
	 * @param toolkit a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
39
	 * @param parentElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
37 40
	 */
38 41
	public NomenclaturalStatusTypeComboElement(CdmFormFactory toolkit, ICdmFormElement parentElement,
39 42
			String labelString, NomenclaturalStatusType selection, int style) {
......
43 46
	/* (non-Javadoc)
44 47
	 * @see eu.etaxonomy.taxeditor.forms.termcombos.AbstractTermComboComposite#preferredTerms()
45 48
	 */
49
	/** {@inheritDoc} */
46 50
	@Override
47 51
	protected List<NomenclaturalStatusType> preferredTerms() {
48 52
		return PreferencesUtil.getPreferredNomenclaturalStatusTypes();

Also available in: Unified diff