com.ibm.carma.ui.property
Interface ICarmaPreferenceConstants

All Known Implementing Classes:
CarmaPreferencePage, CarmaUIPlugin, CustomActionParameterManager

public interface ICarmaPreferenceConstants

This class is used to find the preferences set by the user in the preference store.

See Also:
CarmaPreferenceStore

Nested Class Summary
static class ICarmaPreferenceConstants.ParameterOrder
          Locations available for the filling in of custom parameter values when executing a customized CARMA method.
 
Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String PREF_ACTION_UNSUPPORTED
          Name of the preference for configuring whether actions marked by individual RAMs as unsupported should be enabled for the user.
static java.lang.String PREF_DELETE_CONFIRM
          Name of the preference for configuring whether a delete confirmation dialog should be displayed
static java.lang.String PREF_EDIT_UPLOAD_CHECK
          Name of the preference for configuring whether CARMA should check for member updates before uploading single-file-edit changes to the RAM.
static java.lang.String PREF_META_DISPLAY
          Name of the preference for configuring whether CARMA defined metadata should decorate the UI when present.
static java.lang.String PREF_META_RETRIEVE
          Name of the preference for configuring whether CARMA defined metadata should be retrieved automatically at navigation time.
static java.lang.String PREF_PARAM_ORDER
           
static int PREF_PARAM_ORDER_DEFAULT_ID
          Deprecated. 
static java.lang.String[] PREF_PARAM_ORDER_LABELS
          Deprecated. 
static int PREF_PARAM_ORDER_METADATA_ID
          Deprecated. 
static int PREF_PARAM_ORDER_USER_ID
          Deprecated. 
static java.lang.String PREF_PARAM_PROMPT
           
static java.lang.String PREF_REMOTE_COPY
           
static java.lang.String PREF_REMOTE_COPY_CONFIRM
           
static java.lang.String PREF_REMOTE_DELETE
           
static java.lang.String PREF_REMOTE_DELETE_CONFIRM
           
static java.lang.String PREF_REMOTE_MOVE
           
static java.lang.String PREF_REMOTE_MOVE_CONFIRM
           
 

Field Detail

COPYRIGHT

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

PREF_ACTION_UNSUPPORTED

static final java.lang.String PREF_ACTION_UNSUPPORTED
Name of the preference for configuring whether actions marked by individual RAMs as unsupported should be enabled for the user.

See Also:
Constant Field Values

PREF_DELETE_CONFIRM

static final java.lang.String PREF_DELETE_CONFIRM
Name of the preference for configuring whether a delete confirmation dialog should be displayed

See Also:
Constant Field Values

PREF_REMOTE_DELETE

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

PREF_REMOTE_DELETE_CONFIRM

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

PREF_REMOTE_COPY

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

PREF_REMOTE_COPY_CONFIRM

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

PREF_REMOTE_MOVE

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

PREF_REMOTE_MOVE_CONFIRM

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

PREF_PARAM_ORDER

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

PREF_PARAM_PROMPT

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

PREF_PARAM_ORDER_USER_ID

@Deprecated
static final int PREF_PARAM_ORDER_USER_ID
Deprecated. 
See Also:
Constant Field Values

PREF_PARAM_ORDER_METADATA_ID

@Deprecated
static final int PREF_PARAM_ORDER_METADATA_ID
Deprecated. 
See Also:
Constant Field Values

PREF_PARAM_ORDER_DEFAULT_ID

@Deprecated
static final int PREF_PARAM_ORDER_DEFAULT_ID
Deprecated. 
See Also:
Constant Field Values

PREF_PARAM_ORDER_LABELS

@Deprecated
static final java.lang.String[] PREF_PARAM_ORDER_LABELS
Deprecated. 

PREF_META_DISPLAY

static final java.lang.String PREF_META_DISPLAY
Name of the preference for configuring whether CARMA defined metadata should decorate the UI when present.

Since:
7.0
See Also:
Constant Field Values

PREF_META_RETRIEVE

static final java.lang.String PREF_META_RETRIEVE
Name of the preference for configuring whether CARMA defined metadata should be retrieved automatically at navigation time.

Since:
7.0
See Also:
Constant Field Values

PREF_EDIT_UPLOAD_CHECK

static final java.lang.String PREF_EDIT_UPLOAD_CHECK
Name of the preference for configuring whether CARMA should check for member updates before uploading single-file-edit changes to the RAM.

Since:
7.0
See Also:
Constant Field Values