Project

General

Profile

« Previous | Next » 

Revision e6a01da7

Added by Alex Theys about 12 years ago

AT: committing latest changes to the Tax Editor after a first round of Code review

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/userecords/UseRecordsViewer.java
33 33
import eu.etaxonomy.taxeditor.ui.section.vocabulary.TermVocabularyDetailSection;
34 34
import eu.etaxonomy.taxeditor.view.AbstractCdmDataViewer;
35 35
import eu.etaxonomy.taxeditor.view.AbstractCdmViewPart;
36
import eu.etaxonomy.cdm.model.description.DescriptionElementBase;
37

  
38

  
36 39

  
37 40

  
38 41
/**
......
103 106
			}
104 107
		} else if (getInput() instanceof DescriptionElementBase) {
105 108
			createUseRecordSection(rootElement);
109
			//TODO Use the code below to move the useRecords view and UseRecordDetailElement into the details view.
110
			DescriptionElementBase desc = ((DescriptionElementBase) getInput()).
106 111

  
107 112
		} else if (getInput() instanceof TermVocabulary) {
108 113
			createTermVocabularySection(rootElement);

Also available in: Unified diff