org.eclipse.epf.authoring.ui.preferences
Class ApplicationPreferenceConstants

java.lang.Object
  extended byorg.eclipse.epf.authoring.ui.preferences.ApplicationPreferenceConstants
All Implemented Interfaces:
PreferenceConstants

public class ApplicationPreferenceConstants
extends java.lang.Object
implements PreferenceConstants

Since:
1.0
Author:
Phong Nguyen Le, Shilpa Toraskar, Jinhua Xi

Field Summary
static java.lang.String PREF_ENABLE_HEALTH_CHECK
           
static java.lang.String PREF_ENABLE_PROCESS_CONTRIBUTION
           
static java.lang.String PREF_INHERIT_SUPPRESSION_STATE
           
 
Fields inherited from interface org.eclipse.epf.library.prefs.PreferenceConstants
DEFAULT_TBS_COLUMNS, DEFAULT_WBS_COLUMNS, DEFAULT_WPBS_COLUMNS, PREF_BACK_UP_BEFORE_SAVE, PREF_DISCARD_UNRESOLVED_REFERENCES, PREF_TBS_COLUMNS, PREF_WBS_COLUMNS, PREF_WPBS_COLUMNS, PREFIX
 
Constructor Summary
ApplicationPreferenceConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREF_ENABLE_PROCESS_CONTRIBUTION

public static final java.lang.String PREF_ENABLE_PROCESS_CONTRIBUTION
See Also:
Constant Field Values

PREF_ENABLE_HEALTH_CHECK

public static final java.lang.String PREF_ENABLE_HEALTH_CHECK
See Also:
Constant Field Values

PREF_INHERIT_SUPPRESSION_STATE

public static final java.lang.String PREF_INHERIT_SUPPRESSION_STATE
See Also:
Constant Field Values
Constructor Detail

ApplicationPreferenceConstants

public ApplicationPreferenceConstants()