Project

General

Profile

« Previous | Next » 

Revision 89f9d5a7

Added by Katja Luther over 5 years ago

ref #7415: move name in source behind external links

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/supplemental/IdentifiableSourceElement.java
4 4
package eu.etaxonomy.taxeditor.ui.section.supplemental;
5 5

  
6 6
import org.eclipse.swt.events.SelectionListener;
7
import org.eclipse.ui.forms.widgets.ExpandableComposite;
7 8

  
8 9
import eu.etaxonomy.cdm.model.common.IdentifiableSource;
9 10
import eu.etaxonomy.taxeditor.ui.element.AbstractFormSection;
10 11
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
11 12
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
13
import eu.etaxonomy.taxeditor.ui.element.LayoutConstants;
12 14

  
13 15
/**
14 16
 * @author n.hoffmann
......
26 28
	@Override
27 29
	public void createControls(ICdmFormElement formElement, int style) {
28 30
		super.createControls(formElement, style);
31
		externalLinks = formFactory.createExternalLinksSection(getConversationHolder(), formElement, ExpandableComposite.TWISTIE);
32
        externalLinks.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
29 33
	}
30 34

  
31 35
	/** {@inheritDoc} */

Also available in: Unified diff