Project

General

Profile

« Previous | Next » 

Revision e4ab9116

Added by Patrick Plitzner over 8 years ago

Add geoscopes and taxonomic scope as subsection to polytomous key detail
element

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java
816 816

  
817 817
        PolytomousKeyNodeDetailSection polytomousKeyNodeDetailSection = formFactory.createPolytomousKeyNodeDetailSection(getConversationHolder(), parent, this, ExpandableComposite.TWISTIE | ExpandableComposite.EXPANDED);
818 818

  
819
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
820

  
821
        TaxonomicScopeSection taxonomicScopeSection = formFactory.createTaxonomicScopeSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE | ExpandableComposite.COMPACT);
822

  
823 819
        addPart(polytomousKeyDetailSection);
824 820
        addPart(polytomousKeyNodeDetailSection);
825
        addPart(taxonomicScopeSection);
826 821

  
827 822
    }
828 823

  

Also available in: Unified diff