Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/preference/TermPreferenceUtil.java
25 25
import eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin;
26 26

  
27 27
/**
28
 * <p>TermPreferenceUtil class.</p>
29
 *
28 30
 * @author n.hoffmann
29 31
 * @created Oct 11, 2010
30 32
 * @version 1.0
31 33
 */
32 34
public class TermPreferenceUtil implements IPreferenceKeys{
33 35
		
36
	/** Constant <code>DISABLED_TERMS="disabledTerms"</code> */
34 37
	protected static String DISABLED_TERMS = "disabledTerms";
35 38
	
36 39
	private class ContextListener extends ContextListenerAdapter{
......
63 66
		CdmStore.getContextManager().addContextListener(contextListener);
64 67
	}
65 68
	
69
	/**
70
	 * <p>Getter for the field <code>instance</code>.</p>
71
	 *
72
	 * @return a {@link eu.etaxonomy.taxeditor.preference.TermPreferenceUtil} object.
73
	 */
66 74
	public static synchronized TermPreferenceUtil getInstance(){
67 75
		return instance;
68 76
	}
......
96 104
	}
97 105
	
98 106
	/**
99
	 * 
100
	 * @return
107
	 * <p>getPreferenceStore</p>
108
	 *
109
	 * @return a {@link org.eclipse.jface.preference.IPreferenceStore} object.
101 110
	 */
102 111
	public static IPreferenceStore getPreferenceStore() {
103 112
		return TaxeditorStorePlugin.getDefault().getPreferenceStore();

Also available in: Unified diff