classpathhelper.eclipse.ui.preferences
Class PreferencesConstants

java.lang.Object
  extended byclasspathhelper.eclipse.ui.preferences.PreferencesConstants

public class PreferencesConstants
extends java.lang.Object

Constants used to define the preference that indicates which extension to classpathmodels is currently being used as the source for classpaths.

There is also a preference indicating whether or not the classpath models should enable file monitoring.

Since:
1.0
Author:
bharris

Field Summary
static java.lang.String CURRENT_MODEL_KEY
          Resource key for the string describing the current classpath source property
static java.lang.String CURRENT_MODEL_PREF
          Preference id for the current classpath source property
static java.lang.String FILE_MONITORING_KEY
          Resource key for the string describing the file monitoring property
static java.lang.String FILE_MONITORING_PREF
          Preference id for the file monitoring property
static java.lang.String MODEL_OPTIONS_KEY
           
static java.lang.String NOT_USED_DIALOG_NAME_KEY
          key for the text describing the add regular expression dialog
static java.lang.String NOT_USED_IN_UNRESOLVED_DESCRIPTION_KEY
          key for the text describing the not unresolved preference
static java.lang.String NOT_USED_IN_UNRESOLVED_KEY
          key for the text describing the not unresolved preference
static java.lang.String NOT_USED_IN_UNRESOLVED_PREF
          preference id for the preference for classes that don't show as unresolved
static java.lang.String RESOURCE_NOT_BLOCKED_DESCRIPTION_KEY
          key for the description of the not blocked pref
static java.lang.String RESOURCE_NOT_BLOCKED_DIALOG_NAME_KEY
          key for the string describing the add regular expression dialog.
static java.lang.String RESOURCE_NOT_BLOCKED_KEY
          key for the string describing the classes that aren't blocked preference.
static java.lang.String RESOURCE_NOT_BLOCKED_PREF
          preference id for the preference for classes that aren't blocked.
 
Constructor Summary
PreferencesConstants()
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_MODEL_KEY

public static final java.lang.String CURRENT_MODEL_KEY
Resource key for the string describing the current classpath source property

See Also:
Constant Field Values

CURRENT_MODEL_PREF

public static final java.lang.String CURRENT_MODEL_PREF
Preference id for the current classpath source property

See Also:
Constant Field Values

MODEL_OPTIONS_KEY

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

FILE_MONITORING_KEY

public static final java.lang.String FILE_MONITORING_KEY
Resource key for the string describing the file monitoring property

See Also:
Constant Field Values

FILE_MONITORING_PREF

public static final java.lang.String FILE_MONITORING_PREF
Preference id for the file monitoring property

See Also:
Constant Field Values

RESOURCE_NOT_BLOCKED_PREF

public static final java.lang.String RESOURCE_NOT_BLOCKED_PREF
preference id for the preference for classes that aren't blocked.

See Also:
Constant Field Values

RESOURCE_NOT_BLOCKED_KEY

public static final java.lang.String RESOURCE_NOT_BLOCKED_KEY
key for the string describing the classes that aren't blocked preference.

See Also:
Constant Field Values

RESOURCE_NOT_BLOCKED_DIALOG_NAME_KEY

public static final java.lang.String RESOURCE_NOT_BLOCKED_DIALOG_NAME_KEY
key for the string describing the add regular expression dialog.

See Also:
Constant Field Values

RESOURCE_NOT_BLOCKED_DESCRIPTION_KEY

public static final java.lang.String RESOURCE_NOT_BLOCKED_DESCRIPTION_KEY
key for the description of the not blocked pref

See Also:
Constant Field Values

NOT_USED_IN_UNRESOLVED_PREF

public static final java.lang.String NOT_USED_IN_UNRESOLVED_PREF
preference id for the preference for classes that don't show as unresolved

See Also:
Constant Field Values

NOT_USED_IN_UNRESOLVED_KEY

public static final java.lang.String NOT_USED_IN_UNRESOLVED_KEY
key for the text describing the not unresolved preference

See Also:
Constant Field Values

NOT_USED_DIALOG_NAME_KEY

public static final java.lang.String NOT_USED_DIALOG_NAME_KEY
key for the text describing the add regular expression dialog

See Also:
Constant Field Values

NOT_USED_IN_UNRESOLVED_DESCRIPTION_KEY

public static final java.lang.String NOT_USED_IN_UNRESOLVED_DESCRIPTION_KEY
key for the text describing the not unresolved preference

See Also:
Constant Field Values
Constructor Detail

PreferencesConstants

public PreferencesConstants()
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Parameters:
key - The key from the corresponding properties file.
Returns:
the appropriate i18n text.
Since:
1.0