Project

General

Profile

« Previous | Next » 

Revision 0186b94d

Added by Patrick Plitzner over 5 years ago

fix #7412 Allow editing supplemental data for DescriptiveDataSets

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/DescriptiveDataSetPerspective.java
33 33
		layout.addPlaceholder(AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_EDITOR_DESCRIPTIVEDATASET_MATRIX_CHARACTERMATRIXPART, IPageLayout.BOTTOM, 0.25f, layout.getEditorArea());
34 34

  
35 35
		layout.addView(DETAILS_VIEW, IPageLayout.RIGHT, 0.7f, layout.getEditorArea());
36
		IFolderLayout supplementalFolder = layout.createFolder(SUPPLEMENTAL_VIEW+"stack", IPageLayout.BOTTOM, 0.6f, DETAILS_VIEW);
37
        supplementalFolder.addView(SUPPLEMENTAL_VIEW);
38
        supplementalFolder.addPlaceholder(CONCEPT_VIEW);
39
        supplementalFolder.addPlaceholder(REFERENCING_VIEW);
36 40

  
37 41
		createAdditionalFolder(layout, layout.getEditorArea());
38 42
	}

Also available in: Unified diff