RSE
Release 3.2

org.eclipse.rse.ui
Interface ISystemPreferencesConstants


public interface ISystemPreferencesConstants

Keys into preferences bundle.


Field Summary
static String ALERT_NONSSL
           
static String ALERT_SSL
           
static String CASCADE_UDAS_BYPROFILE
           
static boolean DEFAULT_ALERT_NON_SSL
           
static boolean DEFAULT_ALERT_SSL
           
static boolean DEFAULT_CASCADE_UDAS_BYPROFILE
           
static String DEFAULT_HISTORY_FOLDER
           
static String DEFAULT_ORDER_CONNECTIONS
           
static boolean DEFAULT_QUALIFY_CONNECTION_NAMES
           
static boolean DEFAULT_REMEMBER_STATE
           
static boolean DEFAULT_RESTORE_STATE_FROM_CACHE
           
static boolean DEFAULT_SHOW_EMPTY_LISTS
           
static boolean DEFAULT_SHOWFILTERPOOLS
           
static boolean DEFAULT_SHOWNEWCONNECTIONPROMPT
           
static boolean DEFAULT_VERIFY_CONNECTION
           
static String HISTORY_FOLDER
           
static String HISTORY_QUALIFIED_FOLDER
           
static String ORDER_CONNECTIONS
           
static String QUALIFY_CONNECTION_NAMES
           
static String REMEMBER_STATE
           
static String RESTORE_STATE_FROM_CACHE
           
static String ROOT
           
static String SHOW_EMPTY_LISTS
          The SHOW_EMPTY_LISTS preference.
static String SHOWFILTERPOOLS
           
static String SHOWNEWCONNECTIONPROMPT
           
static String SYSTEMTYPE_VALUES
           
static String VERIFY_CONNECTION
           
 

Field Detail

ROOT

static final String ROOT
See Also:
Constant Field Values

CASCADE_UDAS_BYPROFILE

static final String CASCADE_UDAS_BYPROFILE
See Also:
Constant Field Values

DEFAULT_CASCADE_UDAS_BYPROFILE

static final boolean DEFAULT_CASCADE_UDAS_BYPROFILE
See Also:
Constant Field Values

RESTORE_STATE_FROM_CACHE

static final String RESTORE_STATE_FROM_CACHE
See Also:
Constant Field Values

SYSTEMTYPE_VALUES

static final String SYSTEMTYPE_VALUES
See Also:
Constant Field Values

SHOWFILTERPOOLS

static final String SHOWFILTERPOOLS
See Also:
Constant Field Values

QUALIFY_CONNECTION_NAMES

static final String QUALIFY_CONNECTION_NAMES
See Also:
Constant Field Values

ORDER_CONNECTIONS

static final String ORDER_CONNECTIONS
See Also:
Constant Field Values

SHOWNEWCONNECTIONPROMPT

static final String SHOWNEWCONNECTIONPROMPT
See Also:
Constant Field Values

VERIFY_CONNECTION

static final String VERIFY_CONNECTION
See Also:
Constant Field Values

ALERT_SSL

static final String ALERT_SSL
See Also:
Constant Field Values

ALERT_NONSSL

static final String ALERT_NONSSL
See Also:
Constant Field Values

HISTORY_FOLDER

static final String HISTORY_FOLDER
See Also:
Constant Field Values

HISTORY_QUALIFIED_FOLDER

static final String HISTORY_QUALIFIED_FOLDER
See Also:
Constant Field Values

REMEMBER_STATE

static final String REMEMBER_STATE
See Also:
Constant Field Values

SHOW_EMPTY_LISTS

static final String SHOW_EMPTY_LISTS
The SHOW_EMPTY_LISTS preference. Value is "SHOW_EMPTY_LISTS". The default value is true. This may be used in the product's plug-in initialization. Example: org.eclipse.rse.ui/SHOW_EMPTY_LISTS=false To use this preference in code do the following: Preferences store = RSEUIPlugin.getDefault().getPluginPreferences(); boolean showLists = store.getBoolean(ISystemPreferencesConstants.SHOW_EMPTY_LISTS);

See Also:
Constant Field Values

DEFAULT_RESTORE_STATE_FROM_CACHE

static final boolean DEFAULT_RESTORE_STATE_FROM_CACHE
See Also:
Constant Field Values

DEFAULT_SHOWFILTERPOOLS

static final boolean DEFAULT_SHOWFILTERPOOLS
See Also:
Constant Field Values

DEFAULT_QUALIFY_CONNECTION_NAMES

static final boolean DEFAULT_QUALIFY_CONNECTION_NAMES
See Also:
Constant Field Values

DEFAULT_ORDER_CONNECTIONS

static final String DEFAULT_ORDER_CONNECTIONS
See Also:
Constant Field Values

DEFAULT_SHOWNEWCONNECTIONPROMPT

static final boolean DEFAULT_SHOWNEWCONNECTIONPROMPT
See Also:
Constant Field Values

DEFAULT_VERIFY_CONNECTION

static final boolean DEFAULT_VERIFY_CONNECTION
See Also:
Constant Field Values

DEFAULT_ALERT_SSL

static final boolean DEFAULT_ALERT_SSL
See Also:
Constant Field Values

DEFAULT_ALERT_NON_SSL

static final boolean DEFAULT_ALERT_NON_SSL
See Also:
Constant Field Values

DEFAULT_HISTORY_FOLDER

static final String DEFAULT_HISTORY_FOLDER
See Also:
Constant Field Values

DEFAULT_REMEMBER_STATE

static final boolean DEFAULT_REMEMBER_STATE
See Also:
Constant Field Values

DEFAULT_SHOW_EMPTY_LISTS

static final boolean DEFAULT_SHOW_EMPTY_LISTS
See Also:
Constant Field Values

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.