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/ClassificationWizardPage.java
22 22
import eu.etaxonomy.taxeditor.forms.ICdmFormElement;
23 23

  
24 24
/**
25
 * <p>ClassificationWizardPage class.</p>
26
 *
25 27
 * @author n.hoffmann
26 28
 * @created 23.06.2009
27 29
 * @version 1.0
......
30 32
	private static final Logger logger = Logger
31 33
			.getLogger(ClassificationWizardPage.class);
32 34
	
35
	/**
36
	 * <p>Constructor for ClassificationWizardPage.</p>
37
	 *
38
	 * @param formFactory a {@link eu.etaxonomy.taxeditor.forms.CdmFormFactory} object.
39
	 * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
40
	 * @param entity a {@link eu.etaxonomy.cdm.model.taxon.TaxonomicTree} object.
41
	 */
33 42
	public ClassificationWizardPage(CdmFormFactory formFactory, ConversationHolder conversation, TaxonomicTree entity){
34 43
		super(formFactory, conversation, entity);
35 44
		setTitle("Classification");
......
38 47
	/* (non-Javadoc)
39 48
	 * @see eu.etaxonomy.taxeditor.forms.AbstractCdmEntityWizardPage#createElement(eu.etaxonomy.taxeditor.forms.ICdmFormElement)
40 49
	 */
50
	/** {@inheritDoc} */
41 51
	@Override
42 52
	public ClassificationDetailElement createElement(ICdmFormElement rootElement) {
43 53
		ClassificationDetailElement detailElement = (ClassificationDetailElement) formFactory.createCdmDetailElement(DetailType.CLASSIFICATION, rootElement, SWT.NULL);
......
47 57
	}
48 58

  
49 59
	/**
50
	 * @return
60
	 * <p>getClassification</p>
61
	 *
62
	 * @return a {@link eu.etaxonomy.cdm.model.taxon.TaxonomicTree} object.
51 63
	 */
52 64
	public TaxonomicTree getClassification() {
53 65
		return getDetailElement().getEntity();

Also available in: Unified diff