Revision 01840d49
Added by Andreas Müller about 6 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/supplementaldata/SupplementalDataViewer.java | ||
---|---|---|
139 | 139 |
|
140 | 140 |
private void createIdentifiableSections(RootElement parent) { |
141 | 141 |
|
142 |
ExtensionSection extensionSection = formFactory.createExtensionSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
|
|
142 |
SourceSection sourceSection = formFactory.createSourceSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
|
|
143 | 143 |
|
144 | 144 |
formFactory.createHorizontalSeparator(parent, SWT.BORDER); |
145 | 145 |
|
146 |
SourceSection sourceSection = formFactory.createSourceSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
|
|
146 |
IdentifierSection identifierSection = formFactory.createIdentifierDetailSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
|
|
147 | 147 |
|
148 | 148 |
formFactory.createHorizontalSeparator(parent, SWT.BORDER); |
149 | 149 |
|
150 |
IdentifierSection identifierSection = formFactory.createIdentifierDetailSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
|
|
150 |
ExtensionSection extensionSection = formFactory.createExtensionSection(getConversationHolder(), parent, ExpandableComposite.TWISTIE);
|
|
151 | 151 |
|
152 | 152 |
formFactory.createHorizontalSeparator(parent, SWT.BORDER); |
153 | 153 |
|
Also available in: Unified diff
ref #5922 Change order in supplemental data view (cont.)