com.aptana.ide.core.ui.preferences
Interface IPreferenceConstants


public interface IPreferenceConstants

Contains all preferences for the com.aptana.ide.core.ui plugin To add a preference, create a static string with an all-uppercase preference key. Then assign a identically-named string to it, prefixing it with the plugin name" i.e. SHOW_WHITESPACE = "com.aptana.ide.core.ui.SHOW_WHITESPACE"

Author:
Ingo Muschenetz

Field Summary
static java.lang.String ACTIVATION_EMAIL_ADDRESS
          Activation email address
static java.lang.String ACTIVATION_KEY
          Activation key
static java.lang.String P_DOWNLOAD
          P_DOWNLOAD
static java.lang.String P_ENABLED
          P_ENABLED
static java.lang.String P_IDE_HAS_RUN
          P_IDE_HAS_RUN
static java.lang.String P_IDE_ID
          P_IDE_ID
static java.lang.String P_SCHEDULE
          P_SCHEDULE
static java.lang.String PASSWORD
           
static java.lang.String PREF_ENABLE_PASSWORD_CACHING
          Preference for what are the default set of web files
static java.lang.String PREF_FILE_EXPLORER_WEB_FILES
          Preference for what are the default set of web files
static java.lang.String PREF_KEY_FIRST_STARTUP
          PREF_KEY_FIRST_STARTUP
static java.lang.String PREF_USER_NAME
          PREF_USER_NAME
static java.lang.String SAVED_PASSWORD_HOSTS
          Comma delimeted list of hosts whose username/password are cached
static java.lang.String USERNAME
           
static java.lang.String VALUE_ON_SCHEDULE
          VALUE_ON_SCHEDULE
static java.lang.String VALUE_ON_STARTUP
          VALUE_ON_STARTUP
static java.lang.String WEB_PERSPECTIVE_LAST_VERSION
          PREF_LAST_VERSION
static java.lang.String WEB_PERSPECTIVE_RESET_PERSPECTIVE
          PREF_RESET_PERSPECTIVE
static java.lang.String WEB_PERSPECTIVE_RESETTING_PERSPECTIVE
          PREF_RESETTING_PERSPECTIVE
static java.lang.String WEB_PROJECT_PERSPECTIVE_LAST_VERSION
          PREF_LAST_VERSION
static java.lang.String WEB_PROJECT_PERSPECTIVE_RESET_PERSPECTIVE
          PREF_RESET_PERSPECTIVE
static java.lang.String WEB_PROJECT_PERSPECTIVE_RESETTING_PERSPECTIVE
          PREF_RESETTING_PERSPECTIVE
 

Field Detail

P_ENABLED

static final java.lang.String P_ENABLED
P_ENABLED

See Also:
Constant Field Values

P_SCHEDULE

static final java.lang.String P_SCHEDULE
P_SCHEDULE

See Also:
Constant Field Values

VALUE_ON_STARTUP

static final java.lang.String VALUE_ON_STARTUP
VALUE_ON_STARTUP

See Also:
Constant Field Values

VALUE_ON_SCHEDULE

static final java.lang.String VALUE_ON_SCHEDULE
VALUE_ON_SCHEDULE

See Also:
Constant Field Values

P_DOWNLOAD

static final java.lang.String P_DOWNLOAD
P_DOWNLOAD

See Also:
Constant Field Values

P_IDE_ID

static final java.lang.String P_IDE_ID
P_IDE_ID

See Also:
Constant Field Values

P_IDE_HAS_RUN

static final java.lang.String P_IDE_HAS_RUN
P_IDE_HAS_RUN

See Also:
Constant Field Values

WEB_PERSPECTIVE_LAST_VERSION

static final java.lang.String WEB_PERSPECTIVE_LAST_VERSION
PREF_LAST_VERSION

See Also:
Constant Field Values

WEB_PERSPECTIVE_RESETTING_PERSPECTIVE

static final java.lang.String WEB_PERSPECTIVE_RESETTING_PERSPECTIVE
PREF_RESETTING_PERSPECTIVE

See Also:
Constant Field Values

WEB_PERSPECTIVE_RESET_PERSPECTIVE

static final java.lang.String WEB_PERSPECTIVE_RESET_PERSPECTIVE
PREF_RESET_PERSPECTIVE

See Also:
Constant Field Values

WEB_PROJECT_PERSPECTIVE_RESET_PERSPECTIVE

static final java.lang.String WEB_PROJECT_PERSPECTIVE_RESET_PERSPECTIVE
PREF_RESET_PERSPECTIVE

See Also:
Constant Field Values

WEB_PROJECT_PERSPECTIVE_RESETTING_PERSPECTIVE

static final java.lang.String WEB_PROJECT_PERSPECTIVE_RESETTING_PERSPECTIVE
PREF_RESETTING_PERSPECTIVE

See Also:
Constant Field Values

WEB_PROJECT_PERSPECTIVE_LAST_VERSION

static final java.lang.String WEB_PROJECT_PERSPECTIVE_LAST_VERSION
PREF_LAST_VERSION

See Also:
Constant Field Values

PREF_KEY_FIRST_STARTUP

static final java.lang.String PREF_KEY_FIRST_STARTUP
PREF_KEY_FIRST_STARTUP

See Also:
Constant Field Values

PREF_USER_NAME

static final java.lang.String PREF_USER_NAME
PREF_USER_NAME

See Also:
Constant Field Values

ACTIVATION_EMAIL_ADDRESS

static final java.lang.String ACTIVATION_EMAIL_ADDRESS
Activation email address

See Also:
Constant Field Values

ACTIVATION_KEY

static final java.lang.String ACTIVATION_KEY
Activation key

See Also:
Constant Field Values

PREF_FILE_EXPLORER_WEB_FILES

static final java.lang.String PREF_FILE_EXPLORER_WEB_FILES
Preference for what are the default set of web files

See Also:
Constant Field Values

PREF_ENABLE_PASSWORD_CACHING

static final java.lang.String PREF_ENABLE_PASSWORD_CACHING
Preference for what are the default set of web files

See Also:
Constant Field Values

SAVED_PASSWORD_HOSTS

static final java.lang.String SAVED_PASSWORD_HOSTS
Comma delimeted list of hosts whose username/password are cached

See Also:
Constant Field Values

USERNAME

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

PASSWORD

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