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/section/classification/ClassificationDetailSection.java
21 21
import eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection;
22 22

  
23 23
/**
24
 * <p>ClassificationDetailSection class.</p>
25
 *
24 26
 * @author n.hoffmann
25 27
 * @created Sep 27, 2010
26 28
 * @version 1.0
......
32 34
			.getLogger(ClassificationDetailSection.class);
33 35

  
34 36
	/**
35
	 * @param formFactory
36
	 * @param conversation
37
	 * @param parentElement
38
	 * @param selectionProvider
39
	 * @param style
37
	 * <p>Constructor for ClassificationDetailSection.</p>
38
	 *
39
	 * @param formFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
40
	 * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
41
	 * @param parentElement a {@link eu.etaxonomy.taxeditor.forms.ICdmFormElement} object.
42
	 * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
43
	 * @param style a int.
40 44
	 */
41 45
	public ClassificationDetailSection(CdmFormFactory formFactory,
42 46
			ConversationHolder conversation, ICdmFormElement parentElement,
......
48 52
	/* (non-Javadoc)
49 53
	 * @see eu.etaxonomy.taxeditor.forms.IEnableableFormElement#setEnabled(boolean)
50 54
	 */
55
	/** {@inheritDoc} */
51 56
	@Override
52 57
	public void setEnabled(boolean enabled) {
53 58
		// TODO Auto-generated method stub
......
57 62
	/* (non-Javadoc)
58 63
	 * @see eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection#getDetailType()
59 64
	 */
65
	/** {@inheritDoc} */
60 66
	@Override
61 67
	protected DetailType getDetailType() {
62 68
		// TODO Auto-generated method stub
......
66 72
	/* (non-Javadoc)
67 73
	 * @see eu.etaxonomy.taxeditor.section.AbstractCdmDetailSection#getHeading()
68 74
	 */
75
	/** {@inheritDoc} */
69 76
	@Override
70 77
	public String getHeading() {
71 78
		// TODO Auto-generated method stub

Also available in: Unified diff