Project

General

Profile

« Previous | Next » 

Revision 361f170d

Added by Patrick Plitzner over 6 years ago

ref #6905 Migrate supplemental data view

View differences:

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

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

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

Also available in: Unified diff