Project

General

Profile

« Previous | Next » 

Revision d06b07d3

Added by Patrick Plitzner over 8 years ago

Trim code

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/occurrence/EmptySection.java
21 21
 */
22 22
public class EmptySection extends AbstractCdmDetailSection<Object> {
23 23

  
24
    /**
25
     * <p>Constructor for DerivedUnitFacadeDetailSection.</p>
26
     *
27
     * @param formFactory a {@link eu.etaxonomy.taxeditor.ui.element.CdmFormFactory} object.
28
     * @param conversation a {@link eu.etaxonomy.cdm.api.conversation.ConversationHolder} object.
29
     * @param parentElement a {@link eu.etaxonomy.taxeditor.ui.element.ICdmFormElement} object.
30
     * @param selectionProvider a {@link org.eclipse.jface.viewers.ISelectionProvider} object.
31
     * @param style a int.
32
     */
33 24
    public EmptySection(CdmFormFactory formFactory, ICdmFormElement parentElement, int style) {
34 25
        super(formFactory, null, parentElement, null, style);
35 26
    }
......
40 31
        return "No details view implemented for this element";
41 32
    }
42 33

  
43
    /* (non-Javadoc)
44
     * @see eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailSection#createCdmDetailElement(eu.etaxonomy.taxeditor.ui.section.AbstractCdmDetailSection, int)
45
     */
46 34
    @Override
47 35
    protected AbstractCdmDetailElement<Object> createCdmDetailElement(AbstractCdmDetailSection<Object> parentElement, int style) {
48 36
        return formFactory.createEmptyElement(parentElement, null);

Also available in: Unified diff