Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/container/ConceptContainerE4.java
30 30
import eu.etaxonomy.taxeditor.store.CdmStore;
31 31

  
32 32
/**
33
 *
34 33
 * @author pplitzner
35 34
 * @date Aug 24, 2017
36
 *
37 35
 */
38 36
public class ConceptContainerE4 extends AbstractGroupedContainerE4<Taxon> {
39 37
	TaxonRelationship relationship;
......
44 42
		super(group, misappliedName);
45 43
		this.conceptType = conceptType;
46 44
		misappliedFormatter = new TaxonRelationshipFormatter();
47

  
48 45
	}
49 46

  
50
	/** {@inheritDoc} */
51 47
	@Override
52 48
	protected void initializeComposite() {
53 49
		setIsDraggable(true);
......
103 99
		return getTaxonBase();
104 100
	}
105 101

  
106
	/** {@inheritDoc} */
107 102
	@Override
108 103
	protected Font getViewerFont() {
109 104
		return AbstractUtility.getFont(Resources.MISAPPLIEDNAME_FONT);
......
118 113
		super.showAnnotations();
119 114
	}
120 115

  
121

  
122
	/** {@inheritDoc} */
123 116
	@Override
124 117
	protected void updateNonEditableInfo() {
125 118
		showSec();
......
192 185

  
193 186
		enableFreeText();
194 187
	}
195

  
196 188
}

Also available in: Unified diff