Project

General

Profile

« Previous | Next » 

Revision 8e8c7741

Added by Andreas Müller over 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/TaxonomicEditorPlugin.java
21 21
 * @author n.hoffmann
22 22
 */
23 23
public class TaxonomicEditorPlugin extends AbstractUIPlugin {
24
	private static final Logger logger = Logger
25
			.getLogger(TaxonomicEditorPlugin.class);
24
	
25
	private static final Logger logger = Logger.getLogger(TaxonomicEditorPlugin.class);
26 26

  
27 27
	// The plug-in ID
28 28
	/** Constant <code>PLUGIN_ID="eu.etaxonomy.taxeditor.application"</code> */
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/DerivatePerspective.java
17 17
/**
18 18
 * @author pplitzner
19 19
 * @date 10.12.2013
20
 *
21 20
 */
22 21
public class DerivatePerspective extends Default {
23 22

  
......
33 32
        layout.addView(DETAILS_VIEW, IPageLayout.RIGHT, 0.6f, layout.getEditorArea());
34 33

  
35 34
        layout.addView(FACTUAL_DATA_VIEW, IPageLayout.BOTTOM, 0.6f, NAVIGATOR);
36

  
37 35
    }
38

  
39
}
36
}
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/PolytomousKey.java
9 9

  
10 10
/**
11 11
 * @author n.hoffmann
12
 *
13 12
 */
14 13
public class PolytomousKey extends Default {
15 14

  
16
	/* (non-Javadoc)
17
	 * @see org.eclipse.ui.IPerspectiveFactory#createInitialLayout(org.eclipse.ui.IPageLayout)
18
	 */
19 15
	@Override
20 16
	public void createInitialLayout(IPageLayout layout) {
21 17
		layout.addView(AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_NAVIGATION_KEY_POLYTOMOUS_E4_POLYTOMOUSKEYVIEWPARTE4, IPageLayout.LEFT, 0.25f, layout.getEditorArea());
......
26 22

  
27 23
		createAdditionalFolder(layout, layout.getEditorArea());
28 24
	}
29

  
30 25
}
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/Taxonomic.java
18 18
/**
19 19
 * @author n.hoffmann
20 20
 * @created Jan 17, 2011
21
 * @version 1.0
22 21
 */
23 22
public class Taxonomic extends Default {
24 23

  
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/Uses.java
22 22

  
23 23
		createAdditionalFolder(layout, layout.getEditorArea());
24 24
	}
25

  
26

  
27
}
28

  
25
}
eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/application/CdmApplicationState.java
117 117
    }
118 118

  
119 119
    public static void dispose() {
120
        getInstance().setCurrentDataChangeService(null);
120
        setCurrentDataChangeService(null);
121 121
        getInstance().setAppConfig(null);
122 122
        getInstance().setSecurityContext(null);
123 123
        cdmApplicationState = null;

Also available in: Unified diff