Project

General

Profile

« Previous | Next » 

Revision 43c3e0c5

Added by Cherian Mathew over 11 years ago

reordered sections in detail view

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java
721 721
                .createCdmDetailSection(DetailType.POLYTOMOUS_KEY,
722 722
                        getConversationHolder(), parent, this, Section.TWISTIE
723 723
                                | Section.COMPACT);
724
        
725
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
726
        
727
        PolytomousKeyNodeDetailSection polytomousKeyNodeDetailSection = (PolytomousKeyNodeDetailSection) formFactory
728
                .createCdmDetailSection(DetailType.POLYTOMOUS_KEY_NODE,
729
                        getConversationHolder(), parent, this, Section.TWISTIE
730
                                | Section.EXPANDED);
724 731

  
725 732
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
726 733

  
......
738 745

  
739 746
        TaxonomicScopeSection taxonomicScopeSection = (TaxonomicScopeSection) formFactory
740 747
                .createEntityDetailSection(EntityDetailType.TAXONOMIC_SCOPE,
741
                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);
742
        
743
        formFactory.createHorizontalSeparator(parent, SWT.BORDER);
744
        
745
		PolytomousKeyNodeDetailSection polytomousKeyNodeDetailSection = (PolytomousKeyNodeDetailSection) formFactory
746
				.createCdmDetailSection(DetailType.POLYTOMOUS_KEY_NODE,
747
						getConversationHolder(), parent, this, Section.TWISTIE
748
								| Section.EXPANDED);
748
                        getConversationHolder(), parent, Section.TWISTIE | Section.COMPACT);        
749 749

  
750 750
	    addPart(polytomousKeyDetailSection);
751 751
	    addPart(geographicalScopeDetailSection);

Also available in: Unified diff