Project

General

Profile

« Previous | Next » 

Revision 4b61c2b2

Added by Patrick Plitzner over 8 years ago

Add type designation collection elemetn to derived unit details view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java
90 90
import eu.etaxonomy.taxeditor.ui.section.occurrence.FieldUnitDetailSection;
91 91
import eu.etaxonomy.taxeditor.ui.section.occurrence.FieldUnitGeneralDetailSection;
92 92
import eu.etaxonomy.taxeditor.ui.section.occurrence.GatheringEventDetailSection;
93
import eu.etaxonomy.taxeditor.ui.section.occurrence.association.DerivedUnitTypeDesignationSection;
93 94
import eu.etaxonomy.taxeditor.ui.section.occurrence.association.TaxonAssociationDetailSection;
94 95
import eu.etaxonomy.taxeditor.ui.section.occurrence.dna.DnaQualityDetailSection;
95 96
import eu.etaxonomy.taxeditor.ui.section.occurrence.dna.DnaSampleGeneralDetailSection;
......
589 590
            addPart(taxonAssociationDetailSection);
590 591
        }
591 592

  
593
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
594
        DerivedUnitTypeDesignationSection derivedUnitTypeDesignationSection = formFactory.createDerivedUnitTypeDesignationSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
595
        addPart(derivedUnitTypeDesignationSection);
596

  
592 597
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
593 598
        IdentifierDetailSection identifierDetailSection = formFactory.createIdentifierDetailSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
594 599
        addPart(identifierDetailSection);

Also available in: Unified diff