Project

General

Profile

« Previous | Next » 

Revision 0cec47a5

Added by Cherian Mathew almost 11 years ago

ScopeRestrictionSection : creating new DefinedTerm with TermType:Scope
DetailsViewer : removed (for the moment commented out) DescriptionSourceSection since this is already in the supplemental details viewer
DefinedTermMenuFactory : code clean up

View differences:

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

  
548 548
		formFactory.createHorizontalSeparator(parent, SWT.BORDER);
549 549

  
550
		DescriptionSourceSection descriptionSourceSection = (DescriptionSourceSection) formFactory
551
				.createEntityDetailSection(EntityDetailType.DESCRIPTIONSOURCE,
552
						getConversationHolder(), parent, Section.TWISTIE);
553

  
554
		formFactory.createHorizontalSeparator(parent, SWT.BORDER);
550
//		DescriptionSourceSection descriptionSourceSection = (DescriptionSourceSection) formFactory
551
//				.createEntityDetailSection(EntityDetailType.DESCRIPTIONSOURCE,
552
//						getConversationHolder(), parent, Section.TWISTIE);
553
//
554
//		formFactory.createHorizontalSeparator(parent, SWT.BORDER);
555 555

  
556 556
		ScopeSection scopeSection = (ScopeSection) formFactory
557 557
				.createEntityDetailSection(EntityDetailType.SCOPE,
......
562 562
		addPart(descriptionDetailSection);
563 563
		addPart(naturalLanguageSection);
564 564
		addPart(describedSpecimenSection);
565
		addPart(descriptionSourceSection);
565
//		addPart(descriptionSourceSection);
566 566
		addPart(scopeSection);
567 567
	}
568 568
	

Also available in: Unified diff