Project

General

Profile

« Previous | Next » 

Revision 324d38f7

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.application/src/main/java/eu/etaxonomy/taxeditor/perspective/PalmUses.java
12 12
import eu.etaxonomy.taxeditor.view.userecords.UseRecordsViewPart;
13 13

  
14 14
/**
15
 * @author a.theys
15
 * The context manager mediates context start/stop and workbench shutdowns to all registered listeners.
16 16
 *
17
 * @author a.theys	
18
 * @created mar 13, 2012
19
 * @version 1.0
17 20
 */
18 21
public class PalmUses extends Default {
19 22

  
......
26 29
		layout.addView(UseRecordsViewPart.ID, IPageLayout.RIGHT, 0.25f, layout.getEditorArea());
27 30
		layout.addView(UsesViewPart.ID, IPageLayout.BOTTOM, 0.25f, layout.getEditorArea());
28 31
		
29
		// layout.addView(SupplementalDataViewPart.ID, IPageLayout.BOTTOM, 0.25f, DetailsViewPart.ID);
30
		
31 32
		createAdditionalFolder(layout, layout.getEditorArea());
32 33
	}
33 34
	

Also available in: Unified diff