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/editor/view/detail/CdmSectionPart.java
24 24
import eu.etaxonomy.taxeditor.section.ITaxonDetailSection;
25 25

  
26 26
/**
27
 * <p>CdmSectionPart class.</p>
28
 *
27 29
 * @author n.hoffmann
28 30
 * @created Feb 8, 2010
29 31
 * @version 1.0
......
35 37

  
36 38
	private AbstractFormSection<T> formSection;
37 39
	
40
	/**
41
	 * <p>Constructor for CdmSectionPart.</p>
42
	 *
43
	 * @param section a {@link eu.etaxonomy.taxeditor.forms.AbstractFormSection} object.
44
	 * @param <T> a T object.
45
	 */
38 46
	public CdmSectionPart(AbstractFormSection<T> section) {
39 47
		super(section);
40 48
		formSection = section;
41 49
	}
42 50
	
51
	/** {@inheritDoc} */
43 52
	@Override
44 53
	public boolean setFormInput(Object input) {
45 54
		if(input instanceof AbstractGroupedContainer){
......
59 68
	/* (non-Javadoc)
60 69
	 * @see org.eclipse.jface.util.IPropertyChangeListener#propertyChange(org.eclipse.jface.util.PropertyChangeEvent)
61 70
	 */
71
	/** {@inheritDoc} */
62 72
	public void propertyChange(PropertyChangeEvent event) {
63 73
		if (event != null){
64 74
			

Also available in: Unified diff